Searched refs:VR_START_WRITE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 517 vfs_write_resume(mp, VR_START_WRITE); in tmpfs_unmount() 527 vfs_write_resume(mp, VR_START_WRITE); in tmpfs_unmount() 545 vfs_write_resume(mp, VR_START_WRITE); in tmpfs_unmount()
|
| /freebsd-14.2/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-14.2/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 1424 vfs_write_resume(mp, VR_START_WRITE); in ffs_unmount() 1460 vfs_write_resume(mp, VR_START_WRITE); in ffs_unmount()
|
| H A D | ffs_snapshot.c | 735 vfs_write_resume(vp->v_mount, VR_START_WRITE | VR_NO_SUSPCLR); in ffs_snapshot()
|
| /freebsd-14.2/sys/sys/ |
| H A D | vnode.h | 434 #define VR_START_WRITE 0x0001 /* vfs_write_resume: start write atomically */ macro
|
| /freebsd-14.2/sys/ufs/ufs/ |
| H A D | ufs_quota.c | 734 vfs_write_resume(mp, VR_START_WRITE); in quotaoff_inchange1()
|
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_vnops.c | 2156 if ((flags & VR_START_WRITE) != 0) { in vfs_write_resume() 2164 } else if ((flags & VR_START_WRITE) != 0) { in vfs_write_resume()
|