Searched refs:BHDR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dxattr.c64 #define BHDR(bh) ((struct ext3_xattr_header *)((bh)->b_data)) macro
66 #define BFIRST(bh) ENTRY(BHDR(bh)+1)
170 if (BHDR(bh)->h_magic != cpu_to_le32(EXT3_XATTR_MAGIC) ||
171 BHDR(bh)->h_blocks != cpu_to_le32(1))
235 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
379 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
491 if (BHDR(bh)->h_refcount == cpu_to_le32(1)) {
499 le32_add_cpu(&BHDR(bh)->h_refcount, -1);
505 le32_to_cpu(BHDR(bh)->h_refcount));
654 le32_to_cpu(BHDR(b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dxattr.c64 #define BHDR(bh) ((struct ext4_xattr_header *)((bh)->b_data)) macro
66 #define BFIRST(bh) ENTRY(BHDR(bh)+1)
163 if (BHDR(bh)->h_magic != cpu_to_le32(EXT4_XATTR_MAGIC) ||
164 BHDR(bh)->h_blocks != cpu_to_le32(1))
228 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
372 atomic_read(&(bh->b_count)), le32_to_cpu(BHDR(bh)->h_refcount));
482 if (BHDR(bh)->h_refcount == cpu_to_le32(1)) {
491 le32_add_cpu(&BHDR(bh)->h_refcount, -1);
497 le32_to_cpu(BHDR(bh)->h_refcount));
664 le32_to_cpu(BHDR(b
[all...]

Completed in 114 milliseconds