Home
last modified time | relevance | path

Searched refs:journal_header_t (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_journal.c336 struct journal_header_t *jdb; in recover_transaction()
354 jdb = (struct journal_header_t *) temp_buff; in recover_transaction()
355 ofs = sizeof(struct journal_header_t); in recover_transaction()
405 struct journal_header_t *jdb = NULL; in ext4fs_check_journal_state()
450 jdb = (struct journal_header_t *) temp_buff1; in ext4fs_check_journal_state()
466 ofs = sizeof(struct journal_header_t); in ext4fs_check_journal_state()
556 struct journal_header_t jdb; in update_descriptor_block()
583 memcpy(buf, &jdb, sizeof(struct journal_header_t)); in update_descriptor_block()
584 temp += sizeof(struct journal_header_t); in update_descriptor_block()
608 struct journal_header_t jdb; in update_commit_block()
[all …]
H A Dext4_journal.h51 struct journal_header_t { struct
60 struct journal_header_t s_header; argument
104 struct journal_header_t r_header;
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Drecovery.c206 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags()
463 journal_header_t * tmp; in do_one_pass()
537 tmp = (journal_header_t *)bh->b_data; in do_one_pass()
612 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass()
H A Dcommit.c669 tagp = &descriptor->b_data[sizeof(journal_header_t)]; in jbd2_journal_commit_transaction()
671 sizeof(journal_header_t); in jbd2_journal_commit_transaction()
H A Djournal.c1020 journal_header_t *header; in jbd2_journal_get_descriptor_buffer()
1034 header = (journal_header_t *)bh->b_data; in jbd2_journal_get_descriptor_buffer()
H A Dtransaction.c70 int tag_space = journal->j_blocksize - sizeof(journal_header_t); in jbd2_descriptor_blocks_per_trans()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h137 } journal_header_t; typedef
213 journal_header_t r_header;
230 journal_header_t s_header;