hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/fs/ext4/xattr.h
....@@ -191,6 +191,7 @@
191191
192192 extern int ext4_expand_extra_isize_ea(struct inode *inode, int new_extra_isize,
193193 struct ext4_inode *raw_inode, handle_t *handle);
194
+extern void ext4_evict_ea_inode(struct inode *inode);
194195
195196 extern const struct xattr_handler *ext4_xattr_handlers[];
196197
....@@ -199,9 +200,9 @@
199200 extern int ext4_xattr_ibody_get(struct inode *inode, int name_index,
200201 const char *name,
201202 void *buffer, size_t buffer_size);
202
-extern int ext4_xattr_ibody_inline_set(handle_t *handle, struct inode *inode,
203
- struct ext4_xattr_info *i,
204
- struct ext4_xattr_ibody_find *is);
203
+extern int ext4_xattr_ibody_set(handle_t *handle, struct inode *inode,
204
+ struct ext4_xattr_info *i,
205
+ struct ext4_xattr_ibody_find *is);
205206
206207 extern struct mb_cache *ext4_xattr_create_cache(void);
207208 extern void ext4_xattr_destroy_cache(struct mb_cache *);