Searched refs:vfs_write_resume (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/sys/fs/msdosfs/ |
| HD | msdosfs_vfsops.c | 265 vfs_write_resume(mp, 0); in msdosfs_mount() 275 vfs_write_resume(mp, 0); in msdosfs_mount() 285 vfs_write_resume(mp, 0); in msdosfs_mount() 299 vfs_write_resume(mp, 0); in msdosfs_mount() 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-stable/sys/fs/tmpfs/ |
| HD | tmpfs_vfsops.c | 318 vfs_write_resume(mp, 0); in tmpfs_rw_to_ro() 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-stable/sys/ufs/ffs/ |
| HD | ffs_vfsops.c | 543 vfs_write_resume(mp, 0); in ffs_mount() 566 vfs_write_resume(mp, 0); in ffs_mount() 584 vfs_write_resume(mp, 0); in ffs_mount() 658 vfs_write_resume(mp, 0); in ffs_mount() 669 vfs_write_resume(mp, 0); in ffs_mount() 674 vfs_write_resume(mp, 0); in ffs_mount() 1293 vfs_write_resume(mp, VR_START_WRITE); in ffs_unmount() 1329 vfs_write_resume(mp, VR_START_WRITE); in ffs_unmount()
|
| HD | ffs_suspend.c | 237 vfs_write_resume(mp, 0); in ffs_susp_unsuspend()
|
| HD | ffs_snapshot.c | 735 vfs_write_resume(vp->v_mount, VR_START_WRITE | VR_NO_SUSPCLR); in ffs_snapshot()
|
| HD | ffs_softdep.c | 3119 vfs_write_resume(mp, 0); in journal_unsuspend()
|
| /freebsd-14-stable/sys/sys/ |
| HD | vnode.h | 863 void vfs_write_resume(struct mount *mp, int flags);
|
| /freebsd-14-stable/sys/ufs/ufs/ |
| HD | ufs_quota.c | 734 vfs_write_resume(mp, VR_START_WRITE); in quotaoff_inchange1()
|
| /freebsd-14-stable/sys/kern/ |
| HD | vfs_vnops.c | 2157 vfs_write_resume(mp, 0); in vfs_write_suspend() 2167 vfs_write_resume(struct mount *mp, int flags) in vfs_write_resume() function
|
| HD | vfs_mount.c | 3195 vfs_write_resume(mp, 0); in resume_all_fs()
|
| /freebsd-14-stable/sys/geom/journal/ |
| HD | g_journal.c | 2931 vfs_write_resume(mp, 0); in g_journal_do_switch()
|