Home
last modified time | relevance | path

Searched refs:commit_header (Results 1 – 5 of 5) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Drecovery.c419 struct commit_header *h; in jbd2_commit_block_csum_verify()
740 ((struct commit_header *)bh->b_data)->h_commit_sec); in do_one_pass()
775 struct commit_header *cbh = in do_one_pass()
776 (struct commit_header *)bh->b_data; in do_one_pass()
/third_party/skia/third_party/externals/swiftshader/src/
DAndroid.bp75 name: "commit_header",
121 generated_headers: [ "commit_header" ],
/third_party/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h123 struct commit_header { struct
/third_party/e2fsprogs/debugfs/
Djournal.c892 struct commit_header *h; in jbd2_commit_block_csum_set()
898 h = (struct commit_header *)(bh->b_data); in jbd2_commit_block_csum_set()
Ddo_journal.c70 struct commit_header *commit; in journal_commit_trans()
87 commit = (struct commit_header *)bh->b_data; in journal_commit_trans()