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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c4278 mount_t cur_mount = (mount_t)0; local
4286 cur_mount = mp;
4288 if (mount_iterref(cur_mount, 1)) {
4289 cur_mount = (mount_t)0;
4298 if (withref && (cur_mount != (mount_t)0)) {
4299 mp = cur_mount;
4301 cur_mount = (mount_t)0;
4306 return(cur_mount);

Completed in 65 milliseconds