HomeSort by: relevance | last modified time | path
    Searched defs:lfs_flush (Results 1 - 1 of 1) 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);

Completed in 11 milliseconds