Searched refs:mnt_lock (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/kern/ |
| D | vfs_subr.c | 181 if (lockmgr(&mp->mnt_lock, lkflags, interlkp, p)) in vfs_busy() 193 lockmgr(&mp->mnt_lock, LK_RELEASE, NULL, p); in vfs_unbusy() 199 return (lockstatus(&mp->mnt_lock)); in vfs_isbusy() 225 lockinit(&mp->mnt_lock, PVFS, "vfslock", 0, 0);
|
| D | vfs_syscalls.c | 246 lockinit(&mp->mnt_lock, PVFS, "vfslock", 0, 0); 455 lockmgr(&mp->mnt_lock, LK_RELEASE | LK_INTERLOCK, in dounmount() 467 lockmgr(&mp->mnt_lock, LK_RELEASE | LK_INTERLOCK, &mountlist_slock, p); in dounmount()
|
| /mirbsd/src/sys/sys/ |
| D | mount.h | 376 struct lock mnt_lock; /* mount structure lock */ member
|