HDR 71 fs/ext2/xattr.c #define FIRST_ENTRY(bh) ENTRY(HDR(bh)+1) HDR 225 fs/ext2/xattr.c atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); HDR 227 fs/ext2/xattr.c if (!ext2_xattr_header_valid(HDR(bh))) { HDR 311 fs/ext2/xattr.c atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); HDR 313 fs/ext2/xattr.c if (!ext2_xattr_header_valid(HDR(bh))) { HDR 449 fs/ext2/xattr.c le32_to_cpu(HDR(bh)->h_refcount)); HDR 450 fs/ext2/xattr.c header = HDR(bh); HDR 536 fs/ext2/xattr.c header = kmemdup(HDR(bh), bh->b_size, GFP_KERNEL); HDR 631 fs/ext2/xattr.c if (bh && header == HDR(bh)) HDR 636 fs/ext2/xattr.c if (bh && header == HDR(bh)) HDR 642 fs/ext2/xattr.c if (!(bh && header == HDR(bh))) HDR 678 fs/ext2/xattr.c le32_add_cpu(&HDR(new_bh)->h_refcount, 1); HDR 680 fs/ext2/xattr.c le32_to_cpu(HDR(new_bh)->h_refcount)); HDR 683 fs/ext2/xattr.c } else if (old_bh && header == HDR(old_bh)) { HDR 747 fs/ext2/xattr.c if (HDR(old_bh)->h_refcount == cpu_to_le32(1)) { HDR 748 fs/ext2/xattr.c __u32 hash = le32_to_cpu(HDR(old_bh)->h_hash); HDR 766 fs/ext2/xattr.c le32_add_cpu(&HDR(old_bh)->h_refcount, -1); HDR 771 fs/ext2/xattr.c le32_to_cpu(HDR(old_bh)->h_refcount)); HDR 813 fs/ext2/xattr.c if (!ext2_xattr_header_valid(HDR(bh))) { HDR 820 fs/ext2/xattr.c if (HDR(bh)->h_refcount == cpu_to_le32(1)) { HDR 821 fs/ext2/xattr.c __u32 hash = le32_to_cpu(HDR(bh)->h_hash); HDR 834 fs/ext2/xattr.c le32_add_cpu(&HDR(bh)->h_refcount, -1); HDR 836 fs/ext2/xattr.c le32_to_cpu(HDR(bh)->h_refcount)); HDR 861 fs/ext2/xattr.c __u32 hash = le32_to_cpu(HDR(bh)->h_hash); HDR 960 fs/ext2/xattr.c } else if (le32_to_cpu(HDR(bh)->h_refcount) > HDR 964 fs/ext2/xattr.c le32_to_cpu(HDR(bh)->h_refcount), HDR 966 fs/ext2/xattr.c } else if (!ext2_xattr_cmp(header, HDR(bh))) {