Lines Matching refs:j32
102 key->j32[0] = cpu_to_le32(inum); in ino_key_init_flash()
103 key->j32[1] = cpu_to_le32(UBIFS_INO_KEY << UBIFS_S_KEY_BLOCK_BITS); in ino_key_init_flash()
182 key->j32[0] = cpu_to_le32(inum); in dent_key_init_flash()
183 key->j32[1] = cpu_to_le32(hash | in dent_key_init_flash()
233 key->j32[0] = cpu_to_le32(inum); in xent_key_init_flash()
234 key->j32[1] = cpu_to_le32(hash | in xent_key_init_flash()
330 return le32_to_cpu(key->j32[1]) >> UBIFS_S_KEY_BLOCK_BITS; in key_type_flash()
354 return le32_to_cpu(key->j32[0]); in key_inum_flash()
377 return le32_to_cpu(key->j32[1]) & UBIFS_S_KEY_HASH_MASK; in key_hash_flash()
401 return le32_to_cpu(key->j32[1]) & UBIFS_S_KEY_BLOCK_MASK; in key_block_flash()
415 to->u32[0] = le32_to_cpu(f->j32[0]); in key_read()
416 to->u32[1] = le32_to_cpu(f->j32[1]); in key_read()
430 t->j32[0] = cpu_to_le32(from->u32[0]); in key_write()
431 t->j32[1] = cpu_to_le32(from->u32[1]); in key_write()
446 t->j32[0] = cpu_to_le32(from->u32[0]); in key_write_idx()
447 t->j32[1] = cpu_to_le32(from->u32[1]); in key_write_idx()