Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dvfs_mount.c682 mp->mnt_writeopcount == 0, mp); in vfs_mount_alloc()
732 MPPASS(mp->mnt_writeopcount == 0, mp); in vfs_mount_destroy()
1884 mp->mnt_writeopcount += mpcpu->mntp_writeopcount; in vfs_op_enter()
1888 mp->mnt_writeopcount >= 0, mp, in vfs_op_enter()
1890 mp->mnt_ref, mp->mnt_lockref, mp->mnt_writeopcount)); in vfs_op_enter()
2011 writeopcount = mp->mnt_writeopcount; in vfs_dump_mount_counters()
2022 printf("writeopcount %-5d %-5d\n", mp->mnt_writeopcount, writeopcount); in vfs_dump_mount_counters()
2042 sum = mp->mnt_writeopcount; in vfs_mount_fetch_counter()
H A Dvfs_vnops.c1913 mp->mnt_writeopcount++; in vn_start_write_refed()
2057 c = --mp->mnt_writeopcount; in vn_finished_write()
2066 wakeup(&mp->mnt_writeopcount); in vn_finished_write()
2128 if (mp->mnt_writeopcount > 0) in vfs_write_suspend()
2129 (void) msleep(&mp->mnt_writeopcount, in vfs_write_suspend()
2153 wakeup(&mp->mnt_writeopcount); in vfs_write_resume()
2158 mp->mnt_writeopcount++; in vfs_write_resume()
H A Dvfs_subr.c4798 vfs_mount_fetch_counter(mp, MNT_COUNT_WRITEOPCOUNT), mp->mnt_writeopcount); in DB_SHOW_COMMAND()
/freebsd-14.2/sys/sys/
H A Dmount.h245 int mnt_writeopcount; /* (i) write syscalls pending */ member