Searched refs:log_flags (Results 1 – 8 of 8) sorted by relevance
345 lp->log_flags |= FMD_LF_EAOPEN; in fmd_log_open_exacct()372 lp->log_flags |= FMD_LF_REPLAY; in fmd_log_xopen()409 if (lp->log_flags & FMD_LF_EAOPEN) { in fmd_log_xopen()410 lp->log_flags &= ~FMD_LF_EAOPEN; in fmd_log_xopen()453 if ((lp->log_flags & FMD_LF_EAOPEN) && ea_close(&lp->log_ea) != 0) { in fmd_log_close()479 if (lp->log_flags & FMD_LF_REPLAY) { in fmd_log_hold_pending()530 if (lp->log_flags & FMD_LF_REPLAY) in fmd_log_append()642 if (lp->log_flags & FMD_LF_REPLAY) { in fmd_log_append()729 if (!(lp->log_flags & FMD_LF_REPLAY)) in fmd_log_commit()749 lp->log_flags |= FMD_LF_DIRTY; in fmd_log_commit()[all …]
47 int log_flags; /* file flags (see below) */ member
167 if (!(fmd.d_errlog->log_flags & FMD_LF_BUSY)) in fmd_verror()
91 if (lp->log_flags & FMD_LF_DEBUG) { in fmd_log_dprintf()263 xlp->log_flags &= ~FMD_LF_START; in fmd_log_load_xref()288 lp->log_flags |= FMD_LF_XREFS; in fmd_log_load_xrdir()330 if (!(lp->log_flags & FMD_LF_XREFS)) in fmd_log_load_xrefs()407 lp->log_flags |= FMD_LF_EAOPEN; in fmd_log_open()409 lp->log_flags |= FMD_LF_DEBUG; in fmd_log_open()490 lp->log_flags |= FMD_LF_START; in fmd_log_open()511 if (lp->log_flags & FMD_LF_EAOPEN) in fmd_log_close()561 if (!(lp->log_flags & FMD_LF_START)) { in fmd_log_rewind()575 lp->log_flags |= FMD_LF_START; in fmd_log_rewind()[all …]
52 int log_flags; /* miscellaneous flags (see below) */ member
385 src->log_flags = 0; in log_conswitch()386 dst->log_flags = SL_CONSOLE; in log_conswitch()412 target->log_flags = flags; in log_update()430 if (zoneid == GLOBAL_ZONEID && (lp->log_flags & SL_CONSOLE)) in log_update()432 active |= lp->log_flags; in log_update()659 if ((lp->log_flags & flags) && lp->log_wanted(lp, lc)) { in log_sendmsg()662 lc->seq_no = log_seq_no[lp->log_flags]; in log_sendmsg()
67 uint16_t log_flags; /* message type (e.g. SL_CONSOLE) */ member
201 if (lp->log_flags) { in log_wput()