Searched refs:vfs_write_suspend (Results 1 – 6 of 6) sorted by relevance
208 if ((error = vfs_write_suspend(mp, VS_SKIP_UNMOUNT)) != 0) in ffs_susp_suspend()
437 if ((error = vfs_write_suspend(vp->v_mount, 0)) != 0) { in ffs_snapshot()
865 int vfs_write_suspend(struct mount *mp, int flags);
2303 vfs_write_suspend(struct mount *mp, int flags) in vfs_write_suspend() function2397 error = vfs_write_suspend(mp, 0); in vfs_write_suspend_umnt()
3171 error = vfs_write_suspend(mp, 0); in suspend_all_fs()
2915 error = vfs_write_suspend(mp, VS_SKIP_UNMOUNT); in g_journal_do_switch()