Searched refs:VR_START_WRITE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 508 vfs_write_resume(mp, VR_START_WRITE); in tmpfs_unmount() 518 vfs_write_resume(mp, VR_START_WRITE); in tmpfs_unmount() 536 vfs_write_resume(mp, VR_START_WRITE); in tmpfs_unmount()
|
| /freebsd-13.1/sys/fs/msdosfs/ |
| H A D | msdosfs_vfsops.c | 812 vfs_write_resume(mp, VR_START_WRITE); in msdosfs_unmount() 819 vfs_write_resume(mp, VR_START_WRITE); in msdosfs_unmount() 857 vfs_write_resume(mp, VR_START_WRITE); in msdosfs_unmount()
|
| /freebsd-13.1/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 1458 vfs_write_resume(mp, VR_START_WRITE); 1501 vfs_write_resume(mp, VR_START_WRITE);
|
| H A D | ffs_snapshot.c | 742 vfs_write_resume(vp->v_mount, VR_START_WRITE | VR_NO_SUSPCLR);
|
| /freebsd-13.1/sys/sys/ |
| H A D | vnode.h | 432 #define VR_START_WRITE 0x0001 /* vfs_write_resume: start write atomically */ macro
|
| /freebsd-13.1/sys/kern/ |
| H A D | vfs_vnops.c | 2124 if ((flags & VR_START_WRITE) != 0) { in vfs_write_resume() 2132 } else if ((flags & VR_START_WRITE) != 0) { in vfs_write_resume()
|
| /freebsd-13.1/sys/ufs/ufs/ |
| H A D | ufs_quota.c | 742 vfs_write_resume(mp, VR_START_WRITE); in quotaoff_inchange1()
|