Lines Matching refs:mnt_lockref
681 MPPASS(mp->mnt_ref == 0 && mp->mnt_lockref == 0 && in vfs_mount_alloc()
747 MPPASS(mp->mnt_lockref == 0, mp); in vfs_mount_destroy()
1881 mp->mnt_lockref += mpcpu->mntp_lockref; in vfs_op_enter()
1887 MPASSERT(mp->mnt_ref > 0 && mp->mnt_lockref >= 0 && in vfs_op_enter()
1890 mp->mnt_ref, mp->mnt_lockref, mp->mnt_writeopcount)); in vfs_op_enter()
2003 lockref = mp->mnt_lockref; in vfs_dump_mount_counters()
2021 printf("lockref %-5d %-5d\n", mp->mnt_lockref, lockref); in vfs_dump_mount_counters()
2039 sum = mp->mnt_lockref; in vfs_mount_fetch_counter()
2315 if (mp->mnt_lockref) { in dounmount()
2317 error = msleep(&mp->mnt_lockref, MNT_MTX(mp), PVFS, in dounmount()
2321 KASSERT(mp->mnt_lockref == 0, in dounmount()
3029 KASSERT(mp->mnt_lockref > 0, in vfs_remount_ro()