Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmount.h840 #define VFS_RETURNED_DONE 1 /* done with vnode, reference can be dropped, terminate ite… macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c3953 return VFS_RETURNED_DONE; in getfsstat_callback()
3975 return VFS_RETURNED_DONE; in getfsstat_callback()
3984 return VFS_RETURNED_DONE; in getfsstat_callback()
4136 return VFS_RETURNED_DONE; in getfsstat64_callback()
4160 return VFS_RETURNED_DONE; in getfsstat64_callback()
H A Dvfs_subr.c7529 case VFS_RETURNED_DONE: in vfs_iterate()
7530 if (ret == VFS_RETURNED_DONE) { in vfs_iterate()
12431 return VFS_RETURNED_DONE; in trigger_unmount_callback()
12483 return VFS_RETURNED_DONE; /* stop iteration on errors */ in trigger_unmount_callback()
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_subs.c2262 return VFS_RETURNED_DONE; in nfsrv_getvfs_by_mntonname_callback()