Searched refs:t_abort (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/fs/ocfs2/ |
D | journal.c | 536 .t_abort = ocfs2_abort_trigger, 544 .t_abort = ocfs2_abort_trigger, 552 .t_abort = ocfs2_abort_trigger, 560 .t_abort = ocfs2_abort_trigger, 568 .t_abort = ocfs2_abort_trigger, 575 .t_abort = ocfs2_abort_trigger, 583 .t_abort = ocfs2_abort_trigger, 590 .t_abort = ocfs2_abort_trigger, 598 .t_abort = ocfs2_abort_trigger,
|
/linux-3.4.99/include/linux/ |
D | jbd2.h | 1008 void (*t_abort)(struct jbd2_buffer_trigger_type *type, member
|
/linux-3.4.99/fs/jbd2/ |
D | transaction.c | 1072 if (!triggers || !triggers->t_abort) in jbd2_buffer_abort_trigger() 1075 triggers->t_abort(triggers, jh2bh(jh)); in jbd2_buffer_abort_trigger()
|