| .. | .. |
|---|
| 191 | 191 | |
|---|
| 192 | 192 | extern int ext4_expand_extra_isize_ea(struct inode *inode, int new_extra_isize, |
|---|
| 193 | 193 | struct ext4_inode *raw_inode, handle_t *handle); |
|---|
| 194 | +extern void ext4_evict_ea_inode(struct inode *inode); |
|---|
| 194 | 195 | |
|---|
| 195 | 196 | extern const struct xattr_handler *ext4_xattr_handlers[]; |
|---|
| 196 | 197 | |
|---|
| .. | .. |
|---|
| 199 | 200 | extern int ext4_xattr_ibody_get(struct inode *inode, int name_index, |
|---|
| 200 | 201 | const char *name, |
|---|
| 201 | 202 | 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); |
|---|
| 205 | 206 | |
|---|
| 206 | 207 | extern struct mb_cache *ext4_xattr_create_cache(void); |
|---|
| 207 | 208 | extern void ext4_xattr_destroy_cache(struct mb_cache *); |
|---|