Searched refs:key_block (Results 1 - 5 of 5) sorted by relevance

/u-boot/fs/ubifs/
H A Dgc.c139 unsigned int blka = key_block(c, &sa->key);
140 unsigned int blkb = key_block(c, &sb->key);
H A Dkey.h381 * key_block - get data block number.
385 static inline unsigned int key_block(const struct ubifs_info *c, function
H A Dtnc.c1528 unsigned int block = key_block(c, &bu->key);
1594 next_block = key_block(c, key);
1636 block = key_block(c, &bu->key) + bu->blk_cnt;
1639 if (key_block(c, &bu->zbranch[bu->cnt - 1].key) < block)
3339 block = key_block(c, key);
H A Ddebug.c126 get_key_type(type), key_block(c, key));
2414 blka = key_block(c, &sa->key);
2415 blkb = key_block(c, &sb->key);
2504 hasha = key_block(c, &sa->key);
2505 hashb = key_block(c, &sb->key);
H A Dreplay.c611 key_block(c, &snod->key) *

Completed in 113 milliseconds