Searched refs:VR_START_WRITE (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 540 vfs_write_resume(mp, VR_START_WRITE); in tmpfs_unmount() 550 vfs_write_resume(mp, VR_START_WRITE); in tmpfs_unmount() 568 vfs_write_resume(mp, VR_START_WRITE); in tmpfs_unmount()
|
| /freebsd/sys/fs/msdosfs/ |
| H A D | msdosfs_vfsops.c | 909 vfs_write_resume(mp, VR_START_WRITE); in msdosfs_unmount() 916 vfs_write_resume(mp, VR_START_WRITE); in msdosfs_unmount() 954 vfs_write_resume(mp, VR_START_WRITE); in msdosfs_unmount()
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 1314 vfs_write_resume(mp, VR_START_WRITE); in ffs_unmount() 1349 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 | 452 #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 | 2364 if ((flags & VR_START_WRITE) != 0) { in vfs_write_resume() 2373 if ((flags & VR_START_WRITE) != 0) { in vfs_write_resume()
|