Lines Matching refs:triggers
492 static inline struct ocfs2_triggers *to_ocfs2_trigger(struct jbd2_buffer_trigger_type *triggers)
494 return container_of(triggers, struct ocfs2_triggers, ot_triggers);
497 static void ocfs2_frozen_trigger(struct jbd2_buffer_trigger_type *triggers,
501 struct ocfs2_triggers *ot = to_ocfs2_trigger(triggers);
506 * __ocfs2_journal_access() will only set the triggers if
516 static void ocfs2_dq_frozen_trigger(struct jbd2_buffer_trigger_type *triggers,
526 * __ocfs2_journal_access() will only set the triggers if
536 static void ocfs2_db_frozen_trigger(struct jbd2_buffer_trigger_type *triggers,
546 * __ocfs2_journal_access() will only set the triggers if
552 static void ocfs2_abort_trigger(struct jbd2_buffer_trigger_type *triggers,
638 struct ocfs2_triggers *triggers,
701 if (!status && ocfs2_meta_ecc(osb) && triggers)
702 jbd2_journal_set_triggers(bh, &triggers->ot_triggers);