|
@@ -1204,6 +1204,7 @@ void alloc_nid_done(struct f2fs_sb_info *, nid_t);
|
|
void alloc_nid_failed(struct f2fs_sb_info *, nid_t);
|
|
void alloc_nid_failed(struct f2fs_sb_info *, nid_t);
|
|
void recover_node_page(struct f2fs_sb_info *, struct page *,
|
|
void recover_node_page(struct f2fs_sb_info *, struct page *,
|
|
struct f2fs_summary *, struct node_info *, block_t);
|
|
struct f2fs_summary *, struct node_info *, block_t);
|
|
|
|
+void recover_inline_xattr(struct inode *, struct page *);
|
|
bool recover_xattr_data(struct inode *, struct page *, block_t);
|
|
bool recover_xattr_data(struct inode *, struct page *, block_t);
|
|
int recover_inode_page(struct f2fs_sb_info *, struct page *);
|
|
int recover_inode_page(struct f2fs_sb_info *, struct page *);
|
|
int restore_node_summary(struct f2fs_sb_info *, unsigned int,
|
|
int restore_node_summary(struct f2fs_sb_info *, unsigned int,
|