Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dxattr.h44 struct ext4_xattr_entry { struct
59 sizeof(struct ext4_xattr_entry)) & ~EXT4_XATTR_ROUND) argument
61 ((struct ext4_xattr_entry *)( \
71 #define IFIRST(hdr) ((struct ext4_xattr_entry *)((hdr)+1))
92 #define ENTRY(ptr) ((struct ext4_xattr_entry *)(ptr))
120 struct ext4_xattr_entry *first;
123 struct ext4_xattr_entry *here;
H A Dxattr.c185 ext4_xattr_check_entries(struct ext4_xattr_entry *entry, void *end, in ext4_xattr_check_entries()
188 struct ext4_xattr_entry *e = entry; in ext4_xattr_check_entries()
192 struct ext4_xattr_entry *next = EXT4_XATTR_NEXT(e); in ext4_xattr_check_entries()
283 xattr_find_entry(struct inode *inode, struct ext4_xattr_entry **pentry, in xattr_find_entry()
286 struct ext4_xattr_entry *entry, *next; in xattr_find_entry()
441 struct ext4_xattr_entry *entry, void *buffer, in ext4_xattr_inode_verify_hashes()
468 ext4_xattr_inode_get(struct inode *inode, struct ext4_xattr_entry *entry, in ext4_xattr_inode_get()
518 struct ext4_xattr_entry *entry; in ext4_xattr_block_get()
578 struct ext4_xattr_entry *entry; in ext4_xattr_ibody_get()
661 ext4_xattr_list_entries(struct dentry *dentry, struct ext4_xattr_entry *entry, in ext4_xattr_list_entries()
[all …]
H A Dinline.c34 struct ext4_xattr_entry *entry; in get_max_inline_xattr_value_size()
72 entry = (struct ext4_xattr_entry *) in get_max_inline_xattr_value_size()
172 struct ext4_xattr_entry *entry; in ext4_read_inline_data()
195 entry = (struct ext4_xattr_entry *)((void *)raw_inode + in ext4_read_inline_data()
217 struct ext4_xattr_entry *entry; in ext4_write_inline_data()
246 entry = (struct ext4_xattr_entry *)((void *)raw_inode + in ext4_write_inline_data()
1076 struct ext4_xattr_entry *entry; in ext4_get_inline_xattr_pos()
1082 entry = (struct ext4_xattr_entry *)((void *)ext4_raw_inode(iloc) + in ext4_get_inline_xattr_pos()
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dattributes.rst88 ``struct ext4_xattr_entry``; each of these entries is at least 16 bytes
89 long. When stored in an external block, the ``struct ext4_xattr_entry``
146 The first four fields of the ``ext4_xattr_entry`` are set to zero to