Home
last modified time | relevance | path

Searched refs:VR_START_WRITE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c516 vfs_write_resume(mp, VR_START_WRITE); in tmpfs_unmount()
526 vfs_write_resume(mp, VR_START_WRITE); in tmpfs_unmount()
544 vfs_write_resume(mp, VR_START_WRITE); in tmpfs_unmount()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c912 vfs_write_resume(mp, VR_START_WRITE); in msdosfs_unmount()
919 vfs_write_resume(mp, VR_START_WRITE); in msdosfs_unmount()
957 vfs_write_resume(mp, VR_START_WRITE); in msdosfs_unmount()
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c1422 vfs_write_resume(mp, VR_START_WRITE); in ffs_unmount()
1458 vfs_write_resume(mp, VR_START_WRITE); in ffs_unmount()
H A Dffs_snapshot.c724 vfs_write_resume(vp->v_mount, VR_START_WRITE | VR_NO_SUSPCLR); in ffs_snapshot()
/freebsd/sys/sys/
H A Dvnode.h431 #define VR_START_WRITE 0x0001 /* vfs_write_resume: start write atomically */ macro
/freebsd/sys/ufs/ufs/
H A Dufs_quota.c732 vfs_write_resume(mp, VR_START_WRITE); in quotaoff_inchange1()
/freebsd/sys/kern/
H A Dvfs_vnops.c2154 if ((flags & VR_START_WRITE) != 0) { in vfs_write_resume()
2162 } else if ((flags & VR_START_WRITE) != 0) { in vfs_write_resume()