Searched refs:HDR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | xattr.c | 69 #define HDR(bh) ((struct ext2_xattr_header *)((bh)->b_data)) macro 71 #define FIRST_ENTRY(bh) ENTRY(HDR(bh)+1) 225 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_get() 227 if (!ext2_xattr_header_valid(HDR(bh))) { in ext2_xattr_get() 311 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_list() 313 if (!ext2_xattr_header_valid(HDR(bh))) { in ext2_xattr_list() 452 le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_set() 453 header = HDR(bh); in ext2_xattr_set() 520 /* assert(header == HDR(bh)); */ in ext2_xattr_set() 539 header = kmemdup(HDR(b in ext2_xattr_set() [all...] |
/kernel/linux/linux-6.6/fs/ext2/ |
H A D | xattr.c | 69 #define HDR(bh) ((struct ext2_xattr_header *)((bh)->b_data)) macro 71 #define FIRST_ENTRY(bh) ENTRY(HDR(bh)+1) 225 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_get() 227 if (!ext2_xattr_header_valid(HDR(bh))) { in ext2_xattr_get() 311 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_list() 313 if (!ext2_xattr_header_valid(HDR(bh))) { in ext2_xattr_list() 451 le32_to_cpu(HDR(bh)->h_refcount)); in ext2_xattr_set() 452 header = HDR(bh); in ext2_xattr_set() 539 header = kmemdup(HDR(bh), bh->b_size, GFP_KERNEL); in ext2_xattr_set() 634 if (bh && header == HDR(b in ext2_xattr_set() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | Makefile | 345 $$(call msg,TEST-HDR,$(TRUNNER_BINARY),$$@)
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | Makefile | 529 $$(call msg,TEST-HDR,$(TRUNNER_BINARY),$$@)
|
Completed in 5 milliseconds