statvfs            21 examples/libsmbclient/testfstatvfs.c     struct statvfs  statvfsbuf;
statvfs            21 examples/libsmbclient/teststatvfs.c     struct statvfs  statvfsbuf;
statvfs           144 lib/util/fsusage.c 	struct statvfs fsd;
statvfs           145 lib/util/fsusage.c 	if (statvfs(path, &fsd) < 0) return -1;
statvfs           515 source3/include/libsmb_internal.h                  struct statvfs *st);
statvfs           521 source3/include/libsmb_internal.h                   struct statvfs *st);
statvfs           875 source3/include/libsmbclient.h                                struct statvfs *st);
statvfs           881 source3/include/libsmbclient.h                                 struct statvfs *st);
statvfs          1643 source3/include/libsmbclient.h              struct statvfs *st);
statvfs          1666 source3/include/libsmbclient.h               struct statvfs *st);
statvfs           311 source3/include/vfs.h 		int (*statvfs)(struct vfs_handle_struct *handle, const char *path, struct vfs_statvfs_struct *statbuf);
statvfs           510 source3/include/vfs.h 		struct vfs_handle_struct *statvfs;
statvfs            36 source3/include/vfs_macros.h #define SMB_VFS_STATVFS(conn, path, statbuf) ((conn)->vfs.ops.statvfs((conn)->vfs.handles.statvfs, (path), (statbuf)))
statvfs           170 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_STATVFS(conn, path, statbuf) ((conn)->vfs_opaque.ops.statvfs((conn)->vfs_opaque.handles.statvfs, (path), (statbuf)))
statvfs           304 source3/include/vfs_macros.h #define SMB_VFS_NEXT_STATVFS(handle, path, statbuf) ((handle)->vfs_next.ops.statvfs((handle)->vfs_next.handles.statvfs, (path), (statbuf)))
statvfs           334 source3/libsmb/libsmb_compat.c              struct statvfs *st)
statvfs           341 source3/libsmb/libsmb_compat.c               struct statvfs *st)
statvfs           313 source3/libsmb/libsmb_stat.c                  struct statvfs *st)
statvfs           366 source3/libsmb/libsmb_stat.c                   struct statvfs *st)
statvfs           128 source3/modules/vfs_onefs.c 	struct statvfs statvfs_buf;
statvfs           132 source3/modules/vfs_onefs.c 	result = statvfs(path, &statvfs_buf);
statvfs            27 source3/smbd/statvfs.c 	struct statvfs statvfs_buf;
statvfs            30 source3/smbd/statvfs.c 	result = statvfs(path, &statvfs_buf);