Searched refs:log_bufs (Results 1 – 3 of 3) sorted by relevance
531 struct list_head *log_bufs) in jbd2_journal_write_revoke_records() argument 554 write_one_revoke_record(transaction, log_bufs, in jbd2_journal_write_revoke_records() 572 struct list_head *log_bufs, in write_one_revoke_record() argument 616 BUFFER_TRACE(descriptor, "file in log_bufs"); in write_one_revoke_record() 617 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() 847 while (!list_empty(&log_bufs)) { in jbd2_journal_commit_transaction() 850 bh = list_entry(log_bufs.prev, struct buffer_head, b_assoc_buffers); in jbd2_journal_commit_transaction()
1625 struct list_head *log_bufs);