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()
1889 mp->mnt_writeopcount += mpcpu->mntp_writeopcount; in vfs_op_enter()
1893 mp->mnt_writeopcount >= 0, mp, in vfs_op_enter()
1895 mp->mnt_ref, mp->mnt_lockref, mp->mnt_writeopcount)); in vfs_op_enter()
2016 writeopcount = mp->mnt_writeopcount; in vfs_dump_mount_counters()
2027 printf("writeopcount %-5d %-5d\n", mp->mnt_writeopcount, writeopcount); in vfs_dump_mount_counters()
2047 sum = mp->mnt_writeopcount; in vfs_mount_fetch_counter()
H A Dvfs_vnops.c2055 mp->mnt_writeopcount++; in vn_start_write_refed()
2199 c = --mp->mnt_writeopcount; in vn_finished_write()
2208 wakeup(&mp->mnt_writeopcount); in vn_finished_write()
2270 if (mp->mnt_writeopcount > 0) in vfs_write_suspend()
2271 (void) msleep(&mp->mnt_writeopcount, in vfs_write_suspend()
2295 wakeup(&mp->mnt_writeopcount); in vfs_write_resume()
2300 mp->mnt_writeopcount++; in vfs_write_resume()
H A Dvfs_subr.c4897 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