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.c681 mp->mnt_writeopcount == 0, mp); in vfs_mount_alloc()
731 MPPASS(mp->mnt_writeopcount == 0, mp); in vfs_mount_destroy()
1876 mp->mnt_writeopcount += mpcpu->mntp_writeopcount; in vfs_op_enter()
1880 mp->mnt_writeopcount >= 0, mp, in vfs_op_enter()
1882 mp->mnt_ref, mp->mnt_lockref, mp->mnt_writeopcount)); in vfs_op_enter()
2003 writeopcount = mp->mnt_writeopcount; in vfs_dump_mount_counters()
2014 printf("writeopcount %-5d %-5d\n", mp->mnt_writeopcount, writeopcount); in vfs_dump_mount_counters()
2034 sum = mp->mnt_writeopcount; in vfs_mount_fetch_counter()
H A Dvfs_vnops.c1911 mp->mnt_writeopcount++; in vn_start_write_refed()
2055 c = --mp->mnt_writeopcount; in vn_finished_write()
2064 wakeup(&mp->mnt_writeopcount); in vn_finished_write()
2126 if (mp->mnt_writeopcount > 0) in vfs_write_suspend()
2127 (void) msleep(&mp->mnt_writeopcount, in vfs_write_suspend()
2151 wakeup(&mp->mnt_writeopcount); in vfs_write_resume()
2156 mp->mnt_writeopcount++; in vfs_write_resume()
H A Dvfs_subr.c4783 vfs_mount_fetch_counter(mp, MNT_COUNT_WRITEOPCOUNT), mp->mnt_writeopcount); in DB_SHOW_COMMAND()
/freebsd/sys/sys/
H A Dmount.h243 int mnt_writeopcount; /* (i) write syscalls pending */ member