Home
last modified time | relevance | path

Searched refs:HDR (Results 1 – 1 of 1) sorted by relevance

/fs/ext2/
Dxattr.c67 #define HDR(bh) ((struct ext2_xattr_header *)((bh)->b_data)) macro
69 #define FIRST_ENTRY(bh) ENTRY(HDR(bh)+1)
173 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_get()
175 if (HDR(bh)->h_magic != cpu_to_le32(EXT2_XATTR_MAGIC) || in ext2_xattr_get()
176 HDR(bh)->h_blocks != cpu_to_le32(1)) { in ext2_xattr_get()
273 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_list()
275 if (HDR(bh)->h_magic != cpu_to_le32(EXT2_XATTR_MAGIC) || in ext2_xattr_list()
276 HDR(bh)->h_blocks != cpu_to_le32(1)) { in ext2_xattr_list()
405 le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_set()
406 header = HDR(bh); in ext2_xattr_set()
[all …]