Searched refs:j32 (Results 1 – 3 of 3) sorted by relevance
108 key->j32[0] = cpu_to_le32(inum); in ino_key_init_flash()109 key->j32[1] = cpu_to_le32(UBIFS_INO_KEY << UBIFS_S_KEY_BLOCK_BITS); in ino_key_init_flash()189 key->j32[0] = cpu_to_le32(inum); in dent_key_init_flash()190 key->j32[1] = cpu_to_le32(hash | in dent_key_init_flash()240 key->j32[0] = cpu_to_le32(inum); in xent_key_init_flash()241 key->j32[1] = cpu_to_le32(hash | in xent_key_init_flash()337 return le32_to_cpu(key->j32[1]) >> UBIFS_S_KEY_BLOCK_BITS; in key_type_flash()361 return le32_to_cpu(key->j32[0]); in key_inum_flash()384 return le32_to_cpu(key->j32[1]) & UBIFS_S_KEY_HASH_MASK; in key_hash_flash()408 return le32_to_cpu(key->j32[1]) & UBIFS_S_KEY_BLOCK_MASK; in key_block_flash()[all …]
290 __le32 j32[UBIFS_SK_LEN/4]; member
551 static int feasible_jit_jump(u32 from_off, u32 to_off, u8 cond, bool j32) in feasible_jit_jump() argument555 if (j32) { in feasible_jit_jump()588 const bool j32 = (BPF_CLASS(insn->code) == BPF_JMP32) ? true : false; in handle_jumps() local611 if (j32) { in handle_jumps()627 CHECK_RET(feasible_jit_jump(curr_off, targ_off, cond, j32)); in handle_jumps()630 if (j32) { in handle_jumps()