f2fs.h (8ae8f1627f39bae505b90cade50cd8a911b8bda6) f2fs.h (2d4d9fb591fe83d9f0559afaa9736ebc8edad0aa)
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

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

898}
899
900/*
901 * file.c
902 */
903int f2fs_sync_file(struct file *, loff_t, loff_t, int);
904void truncate_data_blocks(struct dnode_of_data *);
905void f2fs_truncate(struct inode *);
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

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

898}
899
900/*
901 * file.c
902 */
903int f2fs_sync_file(struct file *, loff_t, loff_t, int);
904void truncate_data_blocks(struct dnode_of_data *);
905void f2fs_truncate(struct inode *);
906int f2fs_getattr(struct vfsmount *, struct dentry *, struct kstat *);
906int f2fs_setattr(struct dentry *, struct iattr *);
907int truncate_hole(struct inode *, pgoff_t, pgoff_t);
908int truncate_data_blocks_range(struct dnode_of_data *, int);
909long f2fs_ioctl(struct file *, unsigned int, unsigned long);
910long f2fs_compat_ioctl(struct file *, unsigned int, unsigned long);
911
912/*
913 * inode.c

--- 244 unchanged lines hidden ---
907int f2fs_setattr(struct dentry *, struct iattr *);
908int truncate_hole(struct inode *, pgoff_t, pgoff_t);
909int truncate_data_blocks_range(struct dnode_of_data *, int);
910long f2fs_ioctl(struct file *, unsigned int, unsigned long);
911long f2fs_compat_ioctl(struct file *, unsigned int, unsigned long);
912
913/*
914 * inode.c

--- 244 unchanged lines hidden ---