Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Ddebug.c2076 long long blk_offs; in check_leaf() local
2095 blk_offs = key_block_flash(c, &dn->key); in check_leaf()
2096 blk_offs <<= UBIFS_BLOCK_SHIFT; in check_leaf()
2097 blk_offs += le32_to_cpu(dn->size); in check_leaf()
2098 if (blk_offs > fscki->size) { in check_leaf()