aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index 0d2b1ba9660e..f9c294eee0f1 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -2226,6 +2226,7 @@ int _f2fs_get_encryption_info(struct inode *inode);
2226/* crypto_fname.c */ 2226/* crypto_fname.c */
2227bool f2fs_valid_filenames_enc_mode(uint32_t); 2227bool f2fs_valid_filenames_enc_mode(uint32_t);
2228u32 f2fs_fname_crypto_round_up(u32, u32); 2228u32 f2fs_fname_crypto_round_up(u32, u32);
2229unsigned f2fs_fname_encrypted_size(struct inode *, u32);
2229int f2fs_fname_crypto_alloc_buffer(struct inode *, u32, struct f2fs_str *); 2230int f2fs_fname_crypto_alloc_buffer(struct inode *, u32, struct f2fs_str *);
2230int f2fs_fname_disk_to_usr(struct inode *, f2fs_hash_t *, 2231int f2fs_fname_disk_to_usr(struct inode *, f2fs_hash_t *,
2231 const struct f2fs_str *, struct f2fs_str *); 2232 const struct f2fs_str *, struct f2fs_str *);