Searched refs:journal (Results 1 – 4 of 4) sorted by relevance
/include/trace/events/ |
D | jbd.h | 12 TP_PROTO(journal_t *journal, int result), 14 TP_ARGS(journal, result), 22 __entry->dev = journal->j_fs_dev->bd_dev; 33 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 35 TP_ARGS(journal, commit_transaction), 44 __entry->dev = journal->j_fs_dev->bd_dev; 56 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 58 TP_ARGS(journal, commit_transaction) 63 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 65 TP_ARGS(journal, commit_transaction) [all …]
|
D | jbd2.h | 15 TP_PROTO(journal_t *journal, int result), 17 TP_ARGS(journal, result), 25 __entry->dev = journal->j_fs_dev->bd_dev; 35 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 37 TP_ARGS(journal, commit_transaction), 46 __entry->dev = journal->j_fs_dev->bd_dev; 58 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 60 TP_ARGS(journal, commit_transaction) 65 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 67 TP_ARGS(journal, commit_transaction) [all …]
|
/include/linux/ |
D | jbd.h | 792 int __journal_clean_checkpoint_list(journal_t *journal); 859 extern int journal_load (journal_t *journal); 861 extern int journal_recover (journal_t *journal); 911 extern void journal_switch_revoke_table(journal_t *journal); 912 extern void journal_clear_buffer_revoked_flags(journal_t *journal); 922 int log_start_commit(journal_t *journal, tid_t tid); 923 int __log_start_commit(journal_t *journal, tid_t tid); 924 int journal_start_commit(journal_t *journal, tid_t *tid); 925 int journal_force_commit_nested(journal_t *journal); 926 int log_wait_commit(journal_t *journal, tid_t tid); [all …]
|
D | jbd2.h | 975 int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid, 977 void __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); 978 void jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); 984 int __jbd2_journal_clean_checkpoint_list(journal_t *journal); 1090 extern int jbd2_journal_load (journal_t *journal); 1092 extern int jbd2_journal_recover (journal_t *journal); 1106 extern int jbd2_journal_begin_ordered_truncate(journal_t *journal, 1109 extern void jbd2_journal_release_jbd_inode(journal_t *journal, struct jbd2_inode *jinode); 1165 extern void jbd2_journal_switch_revoke_table(journal_t *journal); 1166 extern void jbd2_clear_buffer_revoked_flags(journal_t *journal); [all …]
|