Searched refs:mnt_lockref (Results 1 – 3 of 3) sorted by relevance
686 MPPASS(mp->mnt_ref == 0 && mp->mnt_lockref == 0 && in vfs_mount_alloc() 750 MPPASS(mp->mnt_lockref == 0, mp); in vfs_mount_destroy() 1249 /* XXXKIB wait for mnt_lockref drain? */ in vfs_domount_first() 1933 mp->mnt_lockref += mpcpu->mntp_lockref; in vfs_op_enter() 1939 MPASSERT(mp->mnt_ref > 0 && mp->mnt_lockref >= 0 && in vfs_op_enter() 1942 mp->mnt_ref, mp->mnt_lockref, mp->mnt_writeopcount)); in vfs_op_enter() 2055 lockref = mp->mnt_lockref; in vfs_dump_mount_counters() 2073 printf("lockref %-5d %-5d\n", mp->mnt_lockref, lockref); in vfs_dump_mount_counters() 2091 sum = mp->mnt_lockref; in vfs_mount_fetch_counter() 2378 * waiting for mnt_lockref t in dounmount() [all...]
948 mp->mnt_lockref++; in vfs_busy() 975 c = --mp->mnt_lockref; in vfs_unbusy() 987 wakeup(&mp->mnt_lockref); in vfs_unbusy() 4925 db_printf(" mnt_lockref = %d (with %d in the struct)\n", in DB_SHOW_COMMAND() 4926 vfs_mount_fetch_counter(mp, MNT_COUNT_LOCKREF), mp->mnt_lockref); in DB_SHOW_COMMAND()
260 int mnt_lockref; /* (i) Lock reference count */ member