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