Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c517 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 Dmsdosfs_vfsops.c914 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 Dffs_vfsops.c1424 vfs_write_resume(mp, VR_START_WRITE); in ffs_unmount()
1460 vfs_write_resume(mp, VR_START_WRITE); in ffs_unmount()
H A Dffs_snapshot.c735 vfs_write_resume(vp->v_mount, VR_START_WRITE | VR_NO_SUSPCLR); in ffs_snapshot()
/freebsd-14.2/sys/sys/
H A Dvnode.h434 #define VR_START_WRITE 0x0001 /* vfs_write_resume: start write atomically */ macro
/freebsd-14.2/sys/ufs/ufs/
H A Dufs_quota.c734 vfs_write_resume(mp, VR_START_WRITE); in quotaoff_inchange1()
/freebsd-14.2/sys/kern/
H A Dvfs_vnops.c2156 if ((flags & VR_START_WRITE) != 0) { in vfs_write_resume()
2164 } else if ((flags & VR_START_WRITE) != 0) { in vfs_write_resume()