Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
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))
107 struct ext4_xattr_entry *first;
110 struct ext4_xattr_entry *here;
Dxattr.c183 ext4_xattr_check_entries(struct ext4_xattr_entry *entry, void *end, in ext4_xattr_check_entries()
186 struct ext4_xattr_entry *e = entry; in ext4_xattr_check_entries()
190 struct ext4_xattr_entry *next = EXT4_XATTR_NEXT(e); in ext4_xattr_check_entries()
281 xattr_find_entry(struct inode *inode, struct ext4_xattr_entry **pentry, in xattr_find_entry()
284 struct ext4_xattr_entry *entry, *next; in xattr_find_entry()
439 struct ext4_xattr_entry *entry, void *buffer, in ext4_xattr_inode_verify_hashes()
466 ext4_xattr_inode_get(struct inode *inode, struct ext4_xattr_entry *entry, in ext4_xattr_inode_get()
516 struct ext4_xattr_entry *entry; in ext4_xattr_block_get()
577 struct ext4_xattr_entry *entry; in ext4_xattr_ibody_get()
660 ext4_xattr_list_entries(struct dentry *dentry, struct ext4_xattr_entry *entry, in ext4_xattr_list_entries()
[all …]
Dinline.c33 struct ext4_xattr_entry *entry; in get_max_inline_xattr_value_size()
68 entry = (struct ext4_xattr_entry *) in get_max_inline_xattr_value_size()
168 struct ext4_xattr_entry *entry; in ext4_read_inline_data()
191 entry = (struct ext4_xattr_entry *)((void *)raw_inode + in ext4_read_inline_data()
213 struct ext4_xattr_entry *entry; in ext4_write_inline_data()
242 entry = (struct ext4_xattr_entry *)((void *)raw_inode + in ext4_write_inline_data()
1055 struct ext4_xattr_entry *entry; in ext4_get_inline_xattr_pos()
1061 entry = (struct ext4_xattr_entry *)((void *)ext4_raw_inode(iloc) + in ext4_get_inline_xattr_pos()
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
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