Lines Matching refs:le32_to_cpu
175 size_t value_size = le32_to_cpu(entry->e_value_size); in ext3_xattr_check_entry()
230 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext3_xattr_block_get()
245 size = le32_to_cpu(entry->e_value_size); in ext3_xattr_block_get()
288 size = le32_to_cpu(entry->e_value_size); in ext3_xattr_ibody_get()
374 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext3_xattr_block_list()
500 le32_to_cpu(BHDR(bh)->h_refcount)); in ext3_xattr_release_block()
543 size_t size = le32_to_cpu(s->here->e_value_size); in ext3_xattr_set_entry()
569 le32_to_cpu(s->here->e_value_size)); in ext3_xattr_set_entry()
648 le32_to_cpu(BHDR(bs->bh)->h_refcount)); in ext3_xattr_block_find()
782 le32_to_cpu(BHDR(new_bh)->h_refcount)); in ext3_xattr_block_set()
1135 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext3_xattr_cache_insert()
1186 le32_to_cpu(entry1->e_value_size))) in ext3_xattr_cmp()
1209 __u32 hash = le32_to_cpu(header->h_hash); in ext3_xattr_cache_find()
1231 } else if (le32_to_cpu(BHDR(bh)->h_refcount) >= in ext3_xattr_cache_find()
1235 le32_to_cpu(BHDR(bh)->h_refcount), in ext3_xattr_cache_find()
1271 for (n = (le32_to_cpu(entry->e_value_size) + in ext3_xattr_hash_entry()
1275 le32_to_cpu(*value++); in ext3_xattr_hash_entry()
1307 le32_to_cpu(here->e_hash); in ext3_xattr_rehash()