HomeSort by: relevance | last modified time | path
    Searched defs:lfs_flushfiles (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_vfsops.c 127 static int lfs_flushfiles(struct mount *, int);
794 error = lfs_flushfiles(mp, flags);
1424 error = lfs_flushfiles(mp, mntflags & MNT_FORCE ? FORCECLOSE : 0);
1469 lfs_flushfiles(struct mount *mp, int flags) function in typeref:typename:int
lfs_vfsops.c 127 static int lfs_flushfiles(struct mount *, int);
794 error = lfs_flushfiles(mp, flags);
1424 error = lfs_flushfiles(mp, mntflags & MNT_FORCE ? FORCECLOSE : 0);
1469 lfs_flushfiles(struct mount *mp, int flags) function in typeref:typename:int

Completed in 29 milliseconds