Searched refs:mnt_writeopcount (Results 1 – 6 of 6) sorted by relevance
1613 mp->mnt_writeopcount++; in vn_start_write_locked()1738 mp->mnt_writeopcount--;1739 if (mp->mnt_writeopcount < 0)1742 mp->mnt_writeopcount <= 0)1743 wakeup(&mp->mnt_writeopcount);1804 if (mp->mnt_writeopcount > 0) in vfs_write_suspend()1805 (void) msleep(&mp->mnt_writeopcount, in vfs_write_suspend()1827 wakeup(&mp->mnt_writeopcount); in vfs_write_resume()1832 mp->mnt_writeopcount++; in vfs_write_resume()
504 if (mp->mnt_writeopcount != 0) in vfs_mount_destroy()
3195 db_printf(" mnt_writeopcount = %d\n", mp->mnt_writeopcount); in DB_SHOW_COMMAND()
171 int mnt_writeopcount; /* (i) write syscalls pending */ member
172 KASSERT(tmp->tm_root == NULL || mp->mnt_writeopcount > 0, in tmpfs_alloc_node()
13177 needed = vp->v_mount->mnt_writeopcount + 2;13179 needed = (vp->v_mount->mnt_writeopcount + 2) *