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);
|