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);
533 lfs_flush(struct lfs *fs, int flags, int only_onefs) function
547 DLOG((DLOG_FLUSH, "lfs_flush: not flushing because another flush is active\n"));
715 lfs_flush(fs, flags, 0);
739 * lfs_flush might not flush all the buffers, if some of the
746 lfs_flush(fs, flags | SEGM_CKP, 0);
lfs_extern.h 166 void lfs_flush(struct lfs *, int, int);
lfs_rfw.c 853 lfs_flush(fs, SEGM_CKP, 0);
lfs_vfsops.c 469 lfs_flush(NULL, SEGM_WRITERD, 0);
2381 lfs_flush(fs, 0, 1);

Completed in 30 milliseconds