Lines Matching refs:h_refcount
534 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_get()
709 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_list()
1261 ref = le32_to_cpu(BHDR(bh)->h_refcount); in ext4_xattr_release_block()
1286 BHDR(bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_release_block()
1320 le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_release_block()
1828 le32_to_cpu(BHDR(bs->bh)->h_refcount)); in ext4_xattr_block_find()
1875 if (header(s->base)->h_refcount == cpu_to_le32(1)) { in ext4_xattr_block_set()
1911 header(s->base)->h_refcount = cpu_to_le32(1); in ext4_xattr_block_set()
1954 header(s->base)->h_refcount = cpu_to_le32(1); in ext4_xattr_block_set()
2036 ref = le32_to_cpu(BHDR(new_bh)->h_refcount) + 1; in ext4_xattr_block_set()
2037 BHDR(new_bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_block_set()
2971 int reusable = le32_to_cpu(header->h_refcount) < in ext4_xattr_block_cache_insert()