Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dkey.h120 key->j32[0] = cpu_to_le32(inum); in ino_key_init_flash()
121 key->j32[1] = cpu_to_le32(UBIFS_INO_KEY << UBIFS_S_KEY_BLOCK_BITS); in ino_key_init_flash()
202 key->j32[0] = cpu_to_le32(inum); in dent_key_init_flash()
203 key->j32[1] = cpu_to_le32(hash | in dent_key_init_flash()
253 key->j32[0] = cpu_to_le32(inum); in xent_key_init_flash()
254 key->j32[1] = cpu_to_le32(hash | in xent_key_init_flash()
350 return le32_to_cpu(key->j32[1]) >> UBIFS_S_KEY_BLOCK_BITS; in key_type_flash()
374 return le32_to_cpu(key->j32[0]); in key_inum_flash()
397 return le32_to_cpu(key->j32[1]) & UBIFS_S_KEY_HASH_MASK; in key_hash_flash()
421 return le32_to_cpu(key->j32[1]) & UBIFS_S_KEY_BLOCK_MASK; in key_block_flash()
[all …]
Dubifs.h290 __le32 j32[UBIFS_SK_LEN/4]; member