Searched refs:t_abort (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | journal.c | 583 .t_abort = ocfs2_abort_trigger, 591 .t_abort = ocfs2_abort_trigger, 599 .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, 637 .t_abort = ocfs2_abort_trigger, 645 .t_abort = ocfs2_abort_trigger,
|
/linux-4.1.27/include/linux/ |
D | jbd2.h | 1071 void (*t_abort)(struct jbd2_buffer_trigger_type *type, member
|
/linux-4.1.27/fs/jbd2/ |
D | transaction.c | 1227 if (!triggers || !triggers->t_abort) in jbd2_buffer_abort_trigger() 1230 triggers->t_abort(triggers, jh2bh(jh)); in jbd2_buffer_abort_trigger()
|