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 c537699d0182..aa055e3fbd67 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h | |||
@@ -1248,6 +1248,7 @@ void set_de_type(struct f2fs_dir_entry *, struct inode *); | |||
1248 | struct page *init_inode_metadata(struct inode *, struct inode *, | 1248 | struct page *init_inode_metadata(struct inode *, struct inode *, |
1249 | const struct qstr *); | 1249 | const struct qstr *); |
1250 | void update_parent_metadata(struct inode *, struct inode *, unsigned int); | 1250 | void update_parent_metadata(struct inode *, struct inode *, unsigned int); |
1251 | int room_for_filename(const void *, int, int); | ||
1251 | void f2fs_drop_nlink(struct inode *, struct inode *, struct page *); | 1252 | void f2fs_drop_nlink(struct inode *, struct inode *, struct page *); |
1252 | struct f2fs_dir_entry *f2fs_find_entry(struct inode *, struct qstr *, | 1253 | struct f2fs_dir_entry *f2fs_find_entry(struct inode *, struct qstr *, |
1253 | struct page **); | 1254 | struct page **); |