Home
last modified time | relevance | path

Searched refs:cbh (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dcoreboot_table.c56 static void cb_table_init(struct cb_header *cbh) in cb_table_init() argument
58 memset(cbh, 0, sizeof(struct cb_header)); in cb_table_init()
59 memcpy(cbh->signature, "LBIO", 4); in cb_table_init()
60 cbh->header_bytes = sizeof(struct cb_header); in cb_table_init()
73 static u32 cb_table_add_entry(struct cb_header *cbh, struct cb_record *cbr) in cb_table_add_entry() argument
75 cbh->table_bytes += cbr->size; in cb_table_add_entry()
76 cbh->table_entries++; in cb_table_add_entry()
89 static void cb_table_finalize(struct cb_header *cbh) in cb_table_finalize() argument
91 struct cb_record *cbr = (struct cb_record *)(cbh + 1); in cb_table_finalize()
93 cbh->table_checksum = compute_ip_checksum(cbr, cbh->table_bytes); in cb_table_finalize()
[all …]
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Drecovery.c777 struct commit_header *cbh = in do_one_pass() local
780 be32_to_cpu(cbh->h_chksum[0]); in do_one_pass()
791 cbh->h_chksum_type == in do_one_pass()
793 cbh->h_chksum_size == in do_one_pass()
795 (cbh->h_chksum_type == 0 && in do_one_pass()
796 cbh->h_chksum_size == 0 && in do_one_pass()
H A Dcommit.c118 struct buffer_head **cbh, in journal_submit_commit_record() argument
126 *cbh = NULL; in journal_submit_commit_record()
161 *cbh = bh; in journal_submit_commit_record()
401 struct buffer_head *cbh = NULL; /* For transactional checksums */ in jbd2_journal_commit_transaction() local
835 &cbh, crc32_sum); in jbd2_journal_commit_transaction()
928 &cbh, crc32_sum); in jbd2_journal_commit_transaction()
932 if (cbh) in jbd2_journal_commit_transaction()
933 err = journal_wait_on_commit_record(journal, cbh); in jbd2_journal_commit_transaction()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dbtree.c2111 struct buffer_head *cbh; in nilfs_btree_add_dirty_buffer() local
2132 cbh = list_entry(head, struct buffer_head, b_assoc_buffers); in nilfs_btree_add_dirty_buffer()
2133 cnode = (struct nilfs_btree_node *)cbh->b_data; in nilfs_btree_add_dirty_buffer()