Searched refs:mnt_writeopcount (Results 1 – 4 of 4) sorted by relevance
547 mp->mnt_writeopcount != 0) in vfs_mount_alloc()596 if (mp->mnt_writeopcount != 0) in vfs_mount_destroy()1583 mp->mnt_writeopcount += mpcpu->mntp_writeopcount; in vfs_op_enter()1586 if (mp->mnt_ref <= 0 || mp->mnt_lockref < 0 || mp->mnt_writeopcount < 0) in vfs_op_enter()1588 __func__, mp, mp->mnt_ref, mp->mnt_lockref, mp->mnt_writeopcount); in vfs_op_enter()1707 writeopcount = mp->mnt_writeopcount; in vfs_dump_mount_counters()1718 printf("writeopcount %-5d %-5d\n", mp->mnt_writeopcount, writeopcount); in vfs_dump_mount_counters()1738 sum = mp->mnt_writeopcount; in vfs_mount_fetch_counter()
1890 mp->mnt_writeopcount++; in vn_start_write_refed()2025 c = --mp->mnt_writeopcount; in vn_finished_write()2034 wakeup(&mp->mnt_writeopcount); in vn_finished_write()2096 if (mp->mnt_writeopcount > 0) in vfs_write_suspend()2097 (void) msleep(&mp->mnt_writeopcount, in vfs_write_suspend()2121 wakeup(&mp->mnt_writeopcount); in vfs_write_resume()2126 mp->mnt_writeopcount++; in vfs_write_resume()
4513 vfs_mount_fetch_counter(mp, MNT_COUNT_WRITEOPCOUNT), mp->mnt_writeopcount); in DB_SHOW_COMMAND()
222 int mnt_writeopcount; /* (i) write syscalls pending */ member