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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c1155 mount_t lmp; local
1159 if ( (lmp = vp->v_mount) != NULL && lmp != dead_mountp) {
1164 mount_lock(lmp);
1166 mount_drop(lmp, 1);
1169 if (TAILQ_LAST(&lmp->mnt_vnodelist, vnodelst) == vp)
1170 TAILQ_REMOVE(&lmp->mnt_vnodelist, vp, v_mntvnodes);
1171 else if (TAILQ_LAST(&lmp->mnt_newvnodes, vnodelst) == vp)
1172 TAILQ_REMOVE(&lmp->mnt_newvnodes, vp, v_mntvnodes);
1173 else if (TAILQ_LAST(&lmp
[all...]

Completed in 11 milliseconds