Home
last modified time | relevance | path

Searched refs:vfs_write_suspend (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dvnode.h822 int vfs_write_suspend(struct mount *mp, int flags);
/f-stack/freebsd/kern/
H A Dvfs_vnops.c1996 vfs_write_suspend(struct mount *mp, int flags) in vfs_write_suspend() function
2088 error = vfs_write_suspend(mp, 0); in vfs_write_suspend_umnt()
H A Dvfs_mount.c2571 error = vfs_write_suspend(mp, 0); in suspend_all_fs()