Searched refs:mnt_writeopcount (Results 1 – 6 of 6) sorted by relevance
1632 mp->mnt_writeopcount++; in vn_start_write_locked()1768 mp->mnt_writeopcount--; in vn_finished_write()1769 if (mp->mnt_writeopcount < 0) in vn_finished_write()1772 mp->mnt_writeopcount <= 0) in vn_finished_write()1773 wakeup(&mp->mnt_writeopcount); in vn_finished_write()1835 if (mp->mnt_writeopcount > 0) in vfs_write_suspend()1836 (void) msleep(&mp->mnt_writeopcount, in vfs_write_suspend()1860 wakeup(&mp->mnt_writeopcount); in vfs_write_resume()1865 mp->mnt_writeopcount++; in vfs_write_resume()
520 if (mp->mnt_writeopcount != 0) in vfs_mount_destroy()
3879 db_printf(" mnt_writeopcount = %d\n", mp->mnt_writeopcount); in DB_SHOW_COMMAND()
201 int mnt_writeopcount; /* (i) write syscalls pending */ member
193 KASSERT(tmp->tm_root == NULL || mp->mnt_writeopcount > 0, in tmpfs_alloc_node()
13368 needed = vp->v_mount->mnt_writeopcount + 2;13370 needed = (vp->v_mount->mnt_writeopcount + 2) *