Home
last modified time | relevance | path

Searched refs:log_bufs (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jbd2/
H A Drevoke.c531 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
617 jbd2_file_log_bh(log_bufs, descriptor); in write_one_revoke_record()
H A Dcommit.c377 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()