Searched refs:key_block (Results 1 – 5 of 5) sorted by relevance
/u-boot/fs/ubifs/ |
A D | key.h | 385 static inline unsigned int key_block(const struct ubifs_info *c, in key_block() function
|
A D | gc.c | 139 unsigned int blka = key_block(c, &sa->key); in data_nodes_cmp() 140 unsigned int blkb = key_block(c, &sb->key); in data_nodes_cmp()
|
A D | tnc.c | 1511 unsigned int block = key_block(c, &bu->key); in ubifs_tnc_get_bu_keys() 1577 next_block = key_block(c, key); in ubifs_tnc_get_bu_keys() 1619 block = key_block(c, &bu->key) + bu->blk_cnt; in ubifs_tnc_get_bu_keys() 1622 if (key_block(c, &bu->zbranch[bu->cnt - 1].key) < block) in ubifs_tnc_get_bu_keys() 3318 block = key_block(c, key); in dbg_check_inode_size()
|
A D | debug.c | 124 get_key_type(type), key_block(c, key)); in dbg_snprintf_key() 2385 blka = key_block(c, &sa->key); in dbg_check_data_nodes_order() 2386 blkb = key_block(c, &sb->key); in dbg_check_data_nodes_order() 2475 hasha = key_block(c, &sa->key); in dbg_check_nondata_nodes_order() 2476 hashb = key_block(c, &sb->key); in dbg_check_nondata_nodes_order()
|
A D | replay.c | 611 key_block(c, &snod->key) * in replay_bud()
|
Completed in 15 milliseconds