Searched refs:ext2fs_flushfiles (Results 1 – 2 of 2) sorted by relevance
103 int ext2fs_flushfiles(struct mount *, int, struct proc *);
177 error = ext2fs_flushfiles(mp, flags, p); in ext2fs_mount()598 if ((error = ext2fs_flushfiles(mp, flags, p)) != 0) in ext2fs_unmount()628 ext2fs_flushfiles(struct mount *mp, int flags, struct proc *p) in ext2fs_flushfiles() function