small_query        56 examples/VFS/skel_opaque.c 	bool small_query, uint64_t *bsize,
small_query        59 examples/VFS/skel_opaque.c 	return vfswrap_disk_free(NULL,  path, small_query, bsize, 
small_query        50 examples/VFS/skel_transparent.c 	bool small_query, uint64_t *bsize,
small_query        53 examples/VFS/skel_transparent.c 	return SMB_VFS_NEXT_DISK_FREE(handle, path, small_query, bsize, 
small_query      6230 source3/include/proto.h uint64_t sys_disk_free(connection_struct *conn, const char *path, bool small_query, 
small_query      6234 source3/include/proto.h 			bool small_query,
small_query       306 source3/include/vfs.h 		uint64_t (*disk_free)(struct vfs_handle_struct *handle, const char *path, bool small_query, uint64_t *bsize,
small_query        32 source3/include/vfs_macros.h #define SMB_VFS_DISK_FREE(conn, path, small_query, bsize, dfree ,dsize) ((conn)->vfs.ops.disk_free((conn)->vfs.handles.disk_free, (path), (small_query), (bsize), (dfree), (dsize)))
small_query       166 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_DISK_FREE(conn, path, small_query, bsize, dfree ,dsize) ((conn)->vfs_opaque.ops.disk_free((conn)->vfs_opaque.handles.disk_free, (path), (small_query), (bsize), (dfree), (dsize)))
small_query       300 source3/include/vfs_macros.h #define SMB_VFS_NEXT_DISK_FREE(handle, path, small_query, bsize, dfree ,dsize) ((handle)->vfs_next.ops.disk_free((handle)->vfs_next.handles.disk_free, (path), (small_query), (bsize), (dfree), (dsize)))
small_query        32 source3/modules/vfs_cap.c 	bool small_query, uint64_t *bsize,
small_query        41 source3/modules/vfs_cap.c 	return SMB_VFS_NEXT_DISK_FREE(handle, cappath, small_query, bsize,
small_query        43 source3/modules/vfs_default.c static uint64_t vfswrap_disk_free(vfs_handle_struct *handle,  const char *path, bool small_query, uint64_t *bsize,
small_query        48 source3/modules/vfs_default.c 	result = sys_disk_free(handle->conn, path, small_query, bsize, dfree, dsize);
small_query        79 source3/modules/vfs_full_audit.c 				    bool small_query, uint64_t *bsize, 
small_query       997 source3/modules/vfs_full_audit.c 				    bool small_query, uint64_t *bsize, 
small_query      1002 source3/modules/vfs_full_audit.c 	result = SMB_VFS_NEXT_DISK_FREE(handle, path, small_query, bsize,
small_query       150 source3/modules/vfs_onefs_shadow_copy.c 			    bool small_query, uint64_t *bsize, uint64_t *dfree,
small_query       155 source3/modules/vfs_onefs_shadow_copy.c 		    (handle, cpath ?: path, small_query, bsize, dfree, dsize),
small_query        27 source3/smbd/dfree.c static void disk_norm(bool small_query, uint64_t *bsize,uint64_t *dfree,uint64_t *dsize)
small_query        40 source3/smbd/dfree.c 	if(small_query) {	
small_query        66 source3/smbd/dfree.c uint64_t sys_disk_free(connection_struct *conn, const char *path, bool small_query, 
small_query       162 source3/smbd/dfree.c 	disk_norm(small_query,bsize,dfree,dsize);
small_query       179 source3/smbd/dfree.c 			bool small_query,
small_query       189 source3/smbd/dfree.c 		return SMB_VFS_DISK_FREE(conn,path,small_query,bsize,dfree,dsize);
small_query       200 source3/smbd/dfree.c 	dfree_ret = SMB_VFS_DISK_FREE(conn,path,small_query,bsize,dfree,dsize);