Home
last modified time | relevance | path

Searched refs:mnt_writeopcount (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_mount.c682 mp->mnt_writeopcount == 0, mp); in vfs_mount_alloc()
731 MPPASS(mp->mnt_writeopcount == 0, mp); in vfs_mount_destroy()
1887 mp->mnt_writeopcount += mpcpu->mntp_writeopcount; in vfs_op_enter()
1891 mp->mnt_writeopcount >= 0, mp, in vfs_op_enter()
1893 mp->mnt_ref, mp->mnt_lockref, mp->mnt_writeopcount)); in vfs_op_enter()
2014 writeopcount = mp->mnt_writeopcount; in vfs_dump_mount_counters()
2025 printf("writeopcount %-5d %-5d\n", mp->mnt_writeopcount, writeopcount); in vfs_dump_mount_counters()
2045 sum = mp->mnt_writeopcount; in vfs_mount_fetch_counter()
H A Dvfs_vnops.c1983 mp->mnt_writeopcount++; in vn_start_write_refed()
2127 c = --mp->mnt_writeopcount; in vn_finished_write()
2136 wakeup(&mp->mnt_writeopcount); in vn_finished_write()
2198 if (mp->mnt_writeopcount > 0) in vfs_write_suspend()
2199 (void) msleep(&mp->mnt_writeopcount, in vfs_write_suspend()
2223 wakeup(&mp->mnt_writeopcount); in vfs_write_resume()
2228 mp->mnt_writeopcount++; in vfs_write_resume()
H A Dvfs_subr.c4882 vfs_mount_fetch_counter(mp, MNT_COUNT_WRITEOPCOUNT), mp->mnt_writeopcount); in DB_SHOW_COMMAND()
/freebsd/sys/sys/
H A Dmount.h247 int mnt_writeopcount; /* (i) write syscalls pending */ member