Searched refs:ext4_xattr_inode_get (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/ext4/ |
D | xattr.c | 528 ext4_xattr_inode_get(struct inode *inode, struct ext4_xattr_entry *entry, in ext4_xattr_inode_get() function 613 error = ext4_xattr_inode_get(inode, entry, buffer, in ext4_xattr_block_get() 668 error = ext4_xattr_inode_get(inode, entry, buffer, in ext4_xattr_ibody_get() 2643 error = ext4_xattr_inode_get(inode, entry, buffer, value_size); in ext4_xattr_move_to_block()
|