Searched refs:t_abort (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/fs/ocfs2/ |
D | journal.c | 566 .t_abort = ocfs2_abort_trigger, 574 .t_abort = ocfs2_abort_trigger, 582 .t_abort = ocfs2_abort_trigger, 590 .t_abort = ocfs2_abort_trigger, 598 .t_abort = ocfs2_abort_trigger, 605 .t_abort = ocfs2_abort_trigger, 613 .t_abort = ocfs2_abort_trigger, 620 .t_abort = ocfs2_abort_trigger, 628 .t_abort = ocfs2_abort_trigger,
|
/linux-5.19.10/fs/jbd2/ |
D | transaction.c | 1453 if (!triggers || !triggers->t_abort) in jbd2_buffer_abort_trigger() 1456 triggers->t_abort(triggers, jh2bh(jh)); in jbd2_buffer_abort_trigger()
|
/linux-5.19.10/include/linux/ |
D | jbd2.h | 1468 void (*t_abort)(struct jbd2_buffer_trigger_type *type, member
|