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