Searched refs:t_abort (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/fs/ocfs2/ |
D | journal.c | 564 .t_abort = ocfs2_abort_trigger, 572 .t_abort = ocfs2_abort_trigger, 580 .t_abort = ocfs2_abort_trigger, 588 .t_abort = ocfs2_abort_trigger, 596 .t_abort = ocfs2_abort_trigger, 603 .t_abort = ocfs2_abort_trigger, 611 .t_abort = ocfs2_abort_trigger, 618 .t_abort = ocfs2_abort_trigger, 626 .t_abort = ocfs2_abort_trigger,
|
/linux-6.6.21/include/linux/ |
D | jbd2.h | 1468 void (*t_abort)(struct jbd2_buffer_trigger_type *type, member
|
/linux-6.6.21/fs/jbd2/ |
D | transaction.c | 1457 if (!triggers || !triggers->t_abort) in jbd2_buffer_abort_trigger() 1460 triggers->t_abort(triggers, jh2bh(jh)); in jbd2_buffer_abort_trigger()
|