Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mount.c509 mp->mnt_writeopcount != 0) in vfs_mount_alloc()
558 if (mp->mnt_writeopcount != 0) in vfs_mount_destroy()
1551 mp->mnt_writeopcount += mpcpu->mntp_writeopcount; in vfs_op_enter()
1554 if (mp->mnt_ref <= 0 || mp->mnt_lockref < 0 || mp->mnt_writeopcount < 0) in vfs_op_enter()
1556 __func__, mp, mp->mnt_ref, mp->mnt_lockref, mp->mnt_writeopcount); in vfs_op_enter()
1675 writeopcount = mp->mnt_writeopcount; in vfs_dump_mount_counters()
1686 printf("writeopcount %-5d %-5d\n", mp->mnt_writeopcount, writeopcount); in vfs_dump_mount_counters()
1706 sum = mp->mnt_writeopcount; in vfs_mount_fetch_counter()
H A Dvfs_vnops.c1823 mp->mnt_writeopcount++; in vn_start_write_refed()
1958 c = --mp->mnt_writeopcount; in vn_finished_write()
1967 wakeup(&mp->mnt_writeopcount); in vn_finished_write()
2029 if (mp->mnt_writeopcount > 0) in vfs_write_suspend()
2030 (void) msleep(&mp->mnt_writeopcount, in vfs_write_suspend()
2054 wakeup(&mp->mnt_writeopcount); in vfs_write_resume()
2059 mp->mnt_writeopcount++; in vfs_write_resume()
H A Dvfs_subr.c4408 vfs_mount_fetch_counter(mp, MNT_COUNT_WRITEOPCOUNT), mp->mnt_writeopcount); in DB_SHOW_COMMAND()
/f-stack/freebsd/sys/
H A Dmount.h221 int mnt_writeopcount; /* (i) write syscalls pending */ member