Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dvfs_vnops.c1690 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()
Dvfs_mount.c508 if (mp->mnt_writeopcount != 0) in vfs_mount_destroy()
Dvfs_subr.c3310 db_printf(" mnt_writeopcount = %d\n", mp->mnt_writeopcount); in DB_SHOW_COMMAND()
/freebsd-10-stable/sys/sys/
Dmount.h171 int mnt_writeopcount; /* (i) write syscalls pending */ member
/freebsd-10-stable/sys/fs/tmpfs/
Dtmpfs_subr.c187 KASSERT(tmp->tm_root == NULL || mp->mnt_writeopcount > 0, in tmpfs_alloc_node()
/freebsd-10-stable/sys/ufs/ffs/
Dffs_softdep.c13288 needed = vp->v_mount->mnt_writeopcount + 2;
13290 needed = (vp->v_mount->mnt_writeopcount + 2) *