Searched refs:VR_START_WRITE (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 516 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 D | msdosfs_vfsops.c | 914 vfs_write_resume(mp, VR_START_WRITE); in msdosfs_unmount() 921 vfs_write_resume(mp, VR_START_WRITE); in msdosfs_unmount() 959 vfs_write_resume(mp, VR_START_WRITE); in msdosfs_unmount()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 1291 vfs_write_resume(mp, VR_START_WRITE); in ffs_unmount() 1327 vfs_write_resume(mp, VR_START_WRITE); in ffs_unmount()
|
H A D | ffs_snapshot.c | 733 vfs_write_resume(vp->v_mount, VR_START_WRITE | VR_NO_SUSPCLR); in ffs_snapshot()
|
/freebsd/sys/sys/ |
H A D | vnode.h | 432 #define VR_START_WRITE 0x0001 /* vfs_write_resume: start write atomically */ macro
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_quota.c | 732 vfs_write_resume(mp, VR_START_WRITE); in quotaoff_inchange1()
|
/freebsd/sys/kern/ |
H A D | vfs_vnops.c | 2157 if ((flags & VR_START_WRITE) != 0) { in vfs_write_resume() 2165 } else if ((flags & VR_START_WRITE) != 0) { in vfs_write_resume()
|