Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dxattr.h43 struct ext4_xattr_entry { struct
58 sizeof(struct ext4_xattr_entry)) & ~EXT4_XATTR_ROUND) argument
60 ((struct ext4_xattr_entry *)( \
73 #define IFIRST(hdr) ((struct ext4_xattr_entry *)((hdr)+1))
94 #define ENTRY(ptr) ((struct ext4_xattr_entry *)(ptr))
122 struct ext4_xattr_entry *first;
125 struct ext4_xattr_entry *here;
H A Dxattr.c192 struct ext4_xattr_entry *entry, void *end, void *value_start, in check_xattrs()
195 struct ext4_xattr_entry *e = entry; in check_xattrs()
228 struct ext4_xattr_entry *next = EXT4_XATTR_NEXT(e); in check_xattrs()
324 xattr_find_entry(struct inode *inode, struct ext4_xattr_entry **pentry, in xattr_find_entry()
327 struct ext4_xattr_entry *entry, *next; in xattr_find_entry()
488 struct ext4_xattr_entry *entry, void *buffer, in ext4_xattr_inode_verify_hashes()
529 ext4_xattr_inode_get(struct inode *inode, struct ext4_xattr_entry *entry, in ext4_xattr_inode_get()
579 struct ext4_xattr_entry *entry; in ext4_xattr_block_get()
639 struct ext4_xattr_entry *entry; in ext4_xattr_ibody_get()
719 ext4_xattr_list_entries(struct dentry *dentry, struct ext4_xattr_entry *entry, in ext4_xattr_list_entries()
[all …]
/linux/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