Home
last modified time | relevance | path

Searched refs:VFS_RETURNED_DONE (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dmount.h839 #define VFS_RETURNED_DONE 1 /* done with vnode, reference can be dropped, terminate ite… macro
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_syscalls.c3827 return VFS_RETURNED_DONE; in getfsstat_callback()
3849 return VFS_RETURNED_DONE; in getfsstat_callback()
3858 return VFS_RETURNED_DONE; in getfsstat_callback()
4010 return VFS_RETURNED_DONE; in getfsstat64_callback()
4034 return VFS_RETURNED_DONE; in getfsstat64_callback()
H A Dvfs_subr.c7493 case VFS_RETURNED_DONE: in vfs_iterate()
7494 if (ret == VFS_RETURNED_DONE) { in vfs_iterate()
12324 return VFS_RETURNED_DONE; in trigger_unmount_callback()
12376 return VFS_RETURNED_DONE; /* stop iteration on errors */ in trigger_unmount_callback()
/xnu-11417.140.69/bsd/nfs/
H A Dnfs_subs.c2262 return VFS_RETURNED_DONE; in nfsrv_getvfs_by_mntonname_callback()