diff options
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r-- | fs/f2fs/f2fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 0343759ceb4c..0fe9302e3e17 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h | |||
@@ -1016,6 +1016,7 @@ int is_checkpointed_node(struct f2fs_sb_info *, nid_t); | |||
1016 | void get_node_info(struct f2fs_sb_info *, nid_t, struct node_info *); | 1016 | void get_node_info(struct f2fs_sb_info *, nid_t, struct node_info *); |
1017 | int get_dnode_of_data(struct dnode_of_data *, pgoff_t, int); | 1017 | int get_dnode_of_data(struct dnode_of_data *, pgoff_t, int); |
1018 | int truncate_inode_blocks(struct inode *, pgoff_t); | 1018 | int truncate_inode_blocks(struct inode *, pgoff_t); |
1019 | int truncate_xattr_node(struct inode *, struct page *); | ||
1019 | int remove_inode_page(struct inode *); | 1020 | int remove_inode_page(struct inode *); |
1020 | struct page *new_inode_page(struct inode *, const struct qstr *); | 1021 | struct page *new_inode_page(struct inode *, const struct qstr *); |
1021 | struct page *new_node_page(struct dnode_of_data *, unsigned int, struct page *); | 1022 | struct page *new_node_page(struct dnode_of_data *, unsigned int, struct page *); |