Searched refs:t_abort (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | journal.c | 568 .t_abort = ocfs2_abort_trigger, 576 .t_abort = ocfs2_abort_trigger, 584 .t_abort = ocfs2_abort_trigger, 592 .t_abort = ocfs2_abort_trigger, 600 .t_abort = ocfs2_abort_trigger, 607 .t_abort = ocfs2_abort_trigger, 615 .t_abort = ocfs2_abort_trigger, 622 .t_abort = ocfs2_abort_trigger, 630 .t_abort = ocfs2_abort_trigger,
|
/Linux-v5.4/include/linux/ |
D | jbd2.h | 1313 void (*t_abort)(struct jbd2_buffer_trigger_type *type, member
|
/Linux-v5.4/fs/jbd2/ |
D | transaction.c | 1336 if (!triggers || !triggers->t_abort) in jbd2_buffer_abort_trigger() 1339 triggers->t_abort(triggers, jh2bh(jh)); in jbd2_buffer_abort_trigger()
|