Searched refs:log_bufs (Results 1 – 3 of 3) sorted by relevance
525 struct list_head *log_bufs) in jbd2_journal_write_revoke_records() argument548 write_one_revoke_record(transaction, log_bufs, in jbd2_journal_write_revoke_records()566 struct list_head *log_bufs, in write_one_revoke_record() argument611 jbd2_file_log_bh(log_bufs, descriptor); in write_one_revoke_record()
384 LIST_HEAD(log_bufs); in jbd2_journal_commit_transaction()546 jbd2_journal_write_revoke_records(commit_transaction, &log_bufs); in jbd2_journal_commit_transaction()629 jbd2_file_log_bh(&log_bufs, descriptor); in jbd2_journal_commit_transaction()849 while (!list_empty(&log_bufs)) { in jbd2_journal_commit_transaction()852 bh = list_entry(log_bufs.prev, struct buffer_head, b_assoc_buffers); in jbd2_journal_commit_transaction()
1474 struct list_head *log_bufs);