Searched refs:mnt_writeopcount (Results 1 – 6 of 6) sorted by relevance
1690 mp->mnt_writeopcount++; in vn_start_write_locked()1815 mp->mnt_writeopcount--;1816 if (mp->mnt_writeopcount < 0)1819 mp->mnt_writeopcount <= 0)1820 wakeup(&mp->mnt_writeopcount);1881 if (mp->mnt_writeopcount > 0) in vfs_write_suspend()1882 (void) msleep(&mp->mnt_writeopcount, in vfs_write_suspend()1904 wakeup(&mp->mnt_writeopcount); in vfs_write_resume()1909 mp->mnt_writeopcount++; in vfs_write_resume()
508 if (mp->mnt_writeopcount != 0) in vfs_mount_destroy()
3310 db_printf(" mnt_writeopcount = %d\n", mp->mnt_writeopcount); in DB_SHOW_COMMAND()
171 int mnt_writeopcount; /* (i) write syscalls pending */ member
187 KASSERT(tmp->tm_root == NULL || mp->mnt_writeopcount > 0, in tmpfs_alloc_node()
13288 needed = vp->v_mount->mnt_writeopcount + 2;13290 needed = (vp->v_mount->mnt_writeopcount + 2) *