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()
1922 mp->mnt_writeopcount += mpcpu->mntp_writeopcount; in vfs_op_enter()
1926 mp->mnt_writeopcount >= 0, mp, in vfs_op_enter()
1928 mp->mnt_ref, mp->mnt_lockref, mp->mnt_writeopcount)); in vfs_op_enter()
2049 writeopcount = mp->mnt_writeopcount; in vfs_dump_mount_counters()
2060 printf("writeopcount %-5d %-5d\n", mp->mnt_writeopcount, writeopcount); in vfs_dump_mount_counters()
2080 sum = mp->mnt_writeopcount; in vfs_mount_fetch_counter()
H A Dvfs_vnops.c2121 mp->mnt_writeopcount++; in vn_start_write_refed()
2265 c = --mp->mnt_writeopcount; in vn_finished_write()
2274 wakeup(&mp->mnt_writeopcount); in vn_finished_write()
2336 if (mp->mnt_writeopcount > 0) in vfs_write_suspend()
2337 (void) msleep(&mp->mnt_writeopcount, in vfs_write_suspend()
2361 wakeup(&mp->mnt_writeopcount); in vfs_write_resume()
2366 mp->mnt_writeopcount++; in vfs_write_resume()
2375 mp->mnt_writeopcount++; in vfs_write_resume()
H A Dvfs_subr.c4901 vfs_mount_fetch_counter(mp, MNT_COUNT_WRITEOPCOUNT), mp->mnt_writeopcount); in DB_SHOW_COMMAND()
/freebsd/sys/sys/
H A Dmount.h249 int mnt_writeopcount; /* (i) write syscalls pending */ member