Searched refs:mount_iterref (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmount_internal.h446 int mount_iterref(mount_t, int);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c808 mount_iterref(mount_t mp, int locked) function
1237 if (mount_iterref(retmp, 1))
5105 if (mount_iterref(cur_mount, 1)) {
5139 if (mount_iterref(retmp, 1))
H A Dvfs_syscalls.c9288 * Then grab mount_iterref so that we can release the vnode.
9292 error = mount_iterref (mp, 0);
9302 * Then release the mount_iterref once we're done syncing; it's not

Completed in 212 milliseconds