Searched refs:t_abort (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ocfs2/ |
A 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/fs/jbd2/ |
A D | transaction.c | 1444 if (!triggers || !triggers->t_abort) in jbd2_buffer_abort_trigger() 1447 triggers->t_abort(triggers, jh2bh(jh)); in jbd2_buffer_abort_trigger()
|
/linux/include/linux/ |
A D | jbd2.h | 1473 void (*t_abort)(struct jbd2_buffer_trigger_type *type, member
|
Completed in 15 milliseconds