Searched refs:vfs_write_suspend (Results 1 – 5 of 5) sorted by relevance
208 if ((error = vfs_write_suspend(mp, VS_SKIP_UNMOUNT)) != 0) in ffs_susp_suspend()
427 if ((error = vfs_write_suspend(vp->v_mount, 0)) != 0) {
737 int vfs_write_suspend(struct mount *mp, int flags);
1811 vfs_write_suspend(struct mount *mp, int flags) in vfs_write_suspend() function1900 error = vfs_write_suspend(mp, 0); in vfs_write_suspend_umnt()
2962 error = vfs_write_suspend(mp, VS_SKIP_UNMOUNT); in g_journal_do_switch()