Searched refs:ext2_flushfiles (Results 1 – 1 of 1) sorted by relevance
80 static int ext2_flushfiles(struct mount *mp, int flags, struct thread *td);167 error = ext2_flushfiles(mp, flags, td); in ext2_mount()1022 if ((error = ext2_flushfiles(mp, flags, curthread)) != 0) in ext2_unmount()1056 ext2_flushfiles(struct mount *mp, int flags, struct thread *td) in ext2_flushfiles() function