Home
last modified time | relevance | path

Searched refs:ext4_xattr_header (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dxattr.h30 struct ext4_xattr_header { struct
89 ((b) - EXT4_XATTR_LEN(3) - sizeof(struct ext4_xattr_header) - 4)
91 #define BHDR(bh) ((struct ext4_xattr_header *)((bh)->b_data))
H A Dxattr.c80 ext4_xattr_block_cache_find(struct inode *, struct ext4_xattr_header *,
84 static void ext4_xattr_rehash(struct ext4_xattr_header *);
136 struct ext4_xattr_header *hdr) in ext4_xattr_block_csum()
142 int offset = offsetof(struct ext4_xattr_header, h_checksum); in ext4_xattr_block_csum()
158 struct ext4_xattr_header *hdr = BHDR(bh); in ext4_xattr_block_csum_verify()
1812 ext4_xattr_rehash((struct ext4_xattr_header *)s->base); in ext4_xattr_set_entry()
1881 #define header(x) ((struct ext4_xattr_header *)(x)) in ext4_xattr_block_set()
2986 struct ext4_xattr_header *header = BHDR(bh); in ext4_xattr_block_cache_insert()
3012 ext4_xattr_cmp(struct ext4_xattr_header *header1, in ext4_xattr_cmp()
3013 struct ext4_xattr_header *header in ext4_xattr_cmp()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dxattr.h30 struct ext4_xattr_header { struct
89 ((b) - EXT4_XATTR_LEN(3) - sizeof(struct ext4_xattr_header) - 4)
91 #define BHDR(bh) ((struct ext4_xattr_header *)((bh)->b_data))
H A Dxattr.c80 ext4_xattr_block_cache_find(struct inode *, struct ext4_xattr_header *,
86 static void ext4_xattr_rehash(struct ext4_xattr_header *);
134 struct ext4_xattr_header *hdr) in ext4_xattr_block_csum()
140 int offset = offsetof(struct ext4_xattr_header, h_checksum); in ext4_xattr_block_csum()
156 struct ext4_xattr_header *hdr = BHDR(bh); in ext4_xattr_block_csum_verify()
1866 ext4_xattr_rehash((struct ext4_xattr_header *)s->base); in ext4_xattr_set_entry()
1935 #define header(x) ((struct ext4_xattr_header *)(x)) in ext4_xattr_block_set()
3044 struct ext4_xattr_header *header = BHDR(bh); in ext4_xattr_block_cache_insert()
3070 ext4_xattr_cmp(struct ext4_xattr_header *header1, in ext4_xattr_cmp()
3071 struct ext4_xattr_header *header in ext4_xattr_cmp()
[all...]

Completed in 9 milliseconds