Searched refs:xattr_find_entry (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/ext4/ |
| H A D | xattr.c | 320 xattr_find_entry(struct inode *inode, struct ext4_xattr_entry **pentry, in xattr_find_entry() function 599 error = xattr_find_entry(inode, &entry, end, name_index, name, 1); in ext4_xattr_block_get() 651 error = xattr_find_entry(inode, &entry, end, name_index, name, 0); in ext4_xattr_ibody_get() 1877 error = xattr_find_entry(inode, &bs->s.here, bs->s.end, in ext4_xattr_block_find() 2233 error = xattr_find_entry(inode, &is->s.here, is->s.end, in ext4_xattr_ibody_find()
|