Home
last modified time | relevance | path

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

/openbsd/src/sys/ufs/ext2fs/
Dext2fs_extern.h103 int ext2fs_flushfiles(struct mount *, int, struct proc *);
Dext2fs_vfsops.c177 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