f2fs.h (5c57132eaf5265937e46340bfbfb97ffb078c423) f2fs.h (dc6b20551044a05cd4d8ad2356a6bd888570f52a)
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

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

2815 pgoff_t fofs, block_t blkaddr, unsigned int len);
2816void init_extent_cache_info(struct f2fs_sb_info *sbi);
2817int __init create_extent_cache(void);
2818void destroy_extent_cache(void);
2819
2820/*
2821 * sysfs.c
2822 */
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

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

2815 pgoff_t fofs, block_t blkaddr, unsigned int len);
2816void init_extent_cache_info(struct f2fs_sb_info *sbi);
2817int __init create_extent_cache(void);
2818void destroy_extent_cache(void);
2819
2820/*
2821 * sysfs.c
2822 */
2823int __init f2fs_register_sysfs(void);
2824void f2fs_unregister_sysfs(void);
2825int f2fs_init_sysfs(struct f2fs_sb_info *sbi);
2826void f2fs_exit_sysfs(struct f2fs_sb_info *sbi);
2823int __init f2fs_init_sysfs(void);
2824void f2fs_exit_sysfs(void);
2825int f2fs_register_sysfs(struct f2fs_sb_info *sbi);
2826void f2fs_unregister_sysfs(struct f2fs_sb_info *sbi);
2827
2828/*
2829 * crypto support
2830 */
2831static inline bool f2fs_encrypted_inode(struct inode *inode)
2832{
2833 return file_is_encrypt(inode);
2834}

--- 81 unchanged lines hidden ---
2827
2828/*
2829 * crypto support
2830 */
2831static inline bool f2fs_encrypted_inode(struct inode *inode)
2832{
2833 return file_is_encrypt(inode);
2834}

--- 81 unchanged lines hidden ---