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

  /src/sys/ufs/lfs/
lfs_bio.c 169 lfs_flush(fs, SEGM_CKP, 0);
530 lfs_flush(struct lfs *fs, int flags, int only_onefs) function in typeref:typename:void
544 DLOG((DLOG_FLUSH, "lfs_flush: not flushing because another flush is active\n"));
676 lfs_flush(fs, flags, 0);
705 * lfs_flush might not flush all the buffers, if some of the
712 lfs_flush(fs, flags | SEGM_CKP, 0);
lfs_extern.h 162 void lfs_flush(struct lfs *, int, int);
lfs_rfw.c 749 lfs_flush(fs, SEGM_CKP, 0);
lfs_vfsops.c 460 lfs_flush(NULL, SEGM_WRITERD, 0);
2328 lfs_flush(fs, 0, 1);

Completed in 17 milliseconds