f2fs.h (0d47c1adc2a1f1e4f4673f122a8328c90c58e232) f2fs.h (e18c65b2ac91aa59f89333da595d5155184f76cf)
1/*
2 * fs/f2fs/f2fs.h
3 *
4 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com/
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

--- 1282 unchanged lines hidden (view full) ---

1291extern const struct inode_operations f2fs_file_inode_operations;
1292extern const struct address_space_operations f2fs_dblock_aops;
1293extern const struct address_space_operations f2fs_node_aops;
1294extern const struct address_space_operations f2fs_meta_aops;
1295extern const struct inode_operations f2fs_dir_inode_operations;
1296extern const struct inode_operations f2fs_symlink_inode_operations;
1297extern const struct inode_operations f2fs_special_inode_operations;
1298
1/*
2 * fs/f2fs/f2fs.h
3 *
4 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com/
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

--- 1282 unchanged lines hidden (view full) ---

1291extern const struct inode_operations f2fs_file_inode_operations;
1292extern const struct address_space_operations f2fs_dblock_aops;
1293extern const struct address_space_operations f2fs_node_aops;
1294extern const struct address_space_operations f2fs_meta_aops;
1295extern const struct inode_operations f2fs_dir_inode_operations;
1296extern const struct inode_operations f2fs_symlink_inode_operations;
1297extern const struct inode_operations f2fs_special_inode_operations;
1298
1299/*
1300 * inline.c
1301 */
1302inline int f2fs_has_inline_data(struct inode *);
1303bool f2fs_may_inline(struct inode *);
1304int f2fs_read_inline_data(struct inode *, struct page *);
1305int f2fs_convert_inline_data(struct inode *, struct page *, unsigned);
1306int f2fs_write_inline_data(struct inode *, struct page *, unsigned int);
1299#endif
1307#endif