HomeSort by: relevance | last modified time | path
    Searched refs:ffs_flushfiles (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/ffs/
ffs_extern.h 122 int ffs_flushfiles(struct mount *, int, struct lwp *);
ffs_vfsops.c 641 error = ffs_flushfiles(mp, flags, l);
1784 if ((error = ffs_flushfiles(mp, flags, l)) != 0)
1839 ffs_flushfiles(struct mount *mp, int flags, struct lwp *l) function in typeref:typename:int
  /src/sys/ufs/mfs/
mfs_vfsops.c 300 error = ffs_flushfiles(mp, flags, l);

Completed in 13 milliseconds