Lines Matching refs:cpu_to_le32
165 if (BHDR(bh)->h_magic != cpu_to_le32(EXT3_XATTR_MAGIC) || in ext3_xattr_check_block()
166 BHDR(bh)->h_blocks != cpu_to_le32(1)) in ext3_xattr_check_block()
486 if (BHDR(bh)->h_refcount == cpu_to_le32(1)) { in ext3_xattr_release_block()
575 cpu_to_le32(i->value_len); in ext3_xattr_set_entry()
612 s->here->e_value_size = cpu_to_le32(i->value_len); in ext3_xattr_set_entry()
696 if (header(s->base)->h_refcount == cpu_to_le32(1)) { in ext3_xattr_block_set()
735 header(s->base)->h_refcount = cpu_to_le32(1); in ext3_xattr_block_set()
746 header(s->base)->h_magic = cpu_to_le32(EXT3_XATTR_MAGIC); in ext3_xattr_block_set()
747 header(s->base)->h_blocks = cpu_to_le32(1); in ext3_xattr_block_set()
748 header(s->base)->h_refcount = cpu_to_le32(1); in ext3_xattr_block_set()
918 header->h_magic = cpu_to_le32(EXT3_XATTR_MAGIC); in ext3_xattr_ibody_set()
921 header->h_magic = cpu_to_le32(0); in ext3_xattr_ibody_set()
1099 if (BHDR(bh)->h_magic != cpu_to_le32(EXT3_XATTR_MAGIC) || in ext3_xattr_delete_inode()
1100 BHDR(bh)->h_blocks != cpu_to_le32(1)) { in ext3_xattr_delete_inode()
1278 entry->e_hash = cpu_to_le32(hash); in ext3_xattr_hash_entry()
1310 header->h_hash = cpu_to_le32(hash); in ext3_xattr_rehash()