Searched refs:FMD_LF_REPLAY (Results 1 – 2 of 2) sorted by relevance
374 lp->log_flags |= FMD_LF_REPLAY; in fmd_log_xopen()481 if (lp->log_flags & FMD_LF_REPLAY) { in fmd_log_hold_pending()532 if (lp->log_flags & FMD_LF_REPLAY) in fmd_log_append()644 if (lp->log_flags & FMD_LF_REPLAY) { in fmd_log_append()731 if (!(lp->log_flags & FMD_LF_REPLAY)) in fmd_log_commit()777 if (!(lp->log_flags & FMD_LF_REPLAY)) in fmd_log_decommit()863 if (lp->log_stat.st_size == 0 && (lp->log_flags & FMD_LF_REPLAY)) { in fmd_log_replay()884 if (lp->log_flags & FMD_LF_REPLAY) { in fmd_log_replay()901 if (!(lp->log_flags & FMD_LF_REPLAY) && in fmd_log_replay()909 if (!(lp->log_flags & FMD_LF_REPLAY)) in fmd_log_replay()
60 #define FMD_LF_REPLAY 0x2 /* log records should use replay tag */ macro