Home
last modified time | relevance | path

Searched refs:writeopcount (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/kern/
HDvfs_mount.c1989 int ref, lockref, writeopcount; in vfs_dump_mount_counters() local
2011 writeopcount = mp->mnt_writeopcount; in vfs_dump_mount_counters()
2015 writeopcount += mpcpu->mntp_writeopcount; in vfs_dump_mount_counters()
2022 printf("writeopcount %-5d %-5d\n", mp->mnt_writeopcount, writeopcount); in vfs_dump_mount_counters()
HDvfs_vnops.c1900 vfs_mp_count_add_pcpu(mpcpu, writeopcount, 1); in vn_start_write_refed()
2071 vfs_mp_count_sub_pcpu(mpcpu, writeopcount, 1); in vn_finished_write()