Lines Matching refs:h_refcount
595 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_get()
767 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_list()
1286 ref = le32_to_cpu(BHDR(bh)->h_refcount); in ext4_xattr_release_block()
1320 BHDR(bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_release_block()
1354 le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_release_block()
1900 le32_to_cpu(BHDR(bs->bh)->h_refcount)); in ext4_xattr_block_find()
1947 if (header(s->base)->h_refcount == cpu_to_le32(1)) { in ext4_xattr_block_set()
1992 header(s->base)->h_refcount = cpu_to_le32(1); in ext4_xattr_block_set()
2033 header(s->base)->h_refcount = cpu_to_le32(1); in ext4_xattr_block_set()
2096 ref = le32_to_cpu(BHDR(new_bh)->h_refcount) + 1; in ext4_xattr_block_set()
2112 BHDR(new_bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_block_set()
3046 int reusable = le32_to_cpu(header->h_refcount) < in ext4_xattr_block_cache_insert()