Lines Matching refs:h_refcount
563 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_get()
736 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_block_list()
1273 ref = le32_to_cpu(BHDR(bh)->h_refcount); in ext4_xattr_release_block()
1307 BHDR(bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_release_block()
1341 le32_to_cpu(BHDR(bh)->h_refcount)); in ext4_xattr_release_block()
1885 le32_to_cpu(BHDR(bs->bh)->h_refcount)); in ext4_xattr_block_find()
1931 if (header(s->base)->h_refcount == cpu_to_le32(1)) { in ext4_xattr_block_set()
1976 header(s->base)->h_refcount = cpu_to_le32(1); in ext4_xattr_block_set()
2018 header(s->base)->h_refcount = cpu_to_le32(1); in ext4_xattr_block_set()
2080 ref = le32_to_cpu(BHDR(new_bh)->h_refcount) + 1; in ext4_xattr_block_set()
2096 BHDR(new_bh)->h_refcount = cpu_to_le32(ref); in ext4_xattr_block_set()
3024 int reusable = le32_to_cpu(header->h_refcount) < in ext4_xattr_block_cache_insert()