Searched refs:log_bufs (Results 1 – 3 of 3) sorted by relevance
531 struct list_head *log_bufs) in jbd2_journal_write_revoke_records() argument554 write_one_revoke_record(transaction, log_bufs, in jbd2_journal_write_revoke_records()572 struct list_head *log_bufs, in write_one_revoke_record() argument617 jbd2_file_log_bh(log_bufs, descriptor); in write_one_revoke_record()
377 LIST_HEAD(log_bufs); in jbd2_journal_commit_transaction()551 jbd2_journal_write_revoke_records(commit_transaction, &log_bufs); in jbd2_journal_commit_transaction()632 jbd2_file_log_bh(&log_bufs, descriptor); in jbd2_journal_commit_transaction()853 while (!list_empty(&log_bufs)) { in jbd2_journal_commit_transaction()856 bh = list_entry(log_bufs.prev, struct buffer_head, b_assoc_buffers); in jbd2_journal_commit_transaction()
1642 struct list_head *log_bufs);