Home
last modified time | relevance | path

Searched refs:ext2_flushfiles (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/fs/ext2fs/
H A Dext2_vfsops.c80 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