Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ubifs/
Ddebug.c2051 long long blk_offs; in check_leaf() local
2070 blk_offs = key_block_flash(c, &dn->key); in check_leaf()
2071 blk_offs <<= UBIFS_BLOCK_SHIFT; in check_leaf()
2072 blk_offs += le32_to_cpu(dn->size); in check_leaf()
2073 if (blk_offs > fscki->size) { in check_leaf()