Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Ddebug.c2037 long long blk_offs; in check_leaf() local
2056 blk_offs = key_block_flash(c, &dn->key); in check_leaf()
2057 blk_offs <<= UBIFS_BLOCK_SHIFT; in check_leaf()
2058 blk_offs += le32_to_cpu(dn->size); in check_leaf()
2059 if (blk_offs > fscki->size) { in check_leaf()