f2fs.h (af033b2aa8a874fd5737fafe90d159136527b5b4) | f2fs.h (78130819695f17f5c042d8ba097802639478faf5) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * fs/f2fs/f2fs.h 4 * 5 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 6 * http://www.samsung.com/ 7 */ 8#ifndef _LINUX_F2FS_H --- 2797 unchanged lines hidden (view full) --- 2806int f2fs_getattr(const struct path *path, struct kstat *stat, 2807 u32 request_mask, unsigned int flags); 2808int f2fs_setattr(struct dentry *dentry, struct iattr *attr); 2809int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end); 2810void f2fs_truncate_data_blocks_range(struct dnode_of_data *dn, int count); 2811int f2fs_precache_extents(struct inode *inode); 2812long f2fs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); 2813long f2fs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg); | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * fs/f2fs/f2fs.h 4 * 5 * Copyright (c) 2012 Samsung Electronics Co., Ltd. 6 * http://www.samsung.com/ 7 */ 8#ifndef _LINUX_F2FS_H --- 2797 unchanged lines hidden (view full) --- 2806int f2fs_getattr(const struct path *path, struct kstat *stat, 2807 u32 request_mask, unsigned int flags); 2808int f2fs_setattr(struct dentry *dentry, struct iattr *attr); 2809int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end); 2810void f2fs_truncate_data_blocks_range(struct dnode_of_data *dn, int count); 2811int f2fs_precache_extents(struct inode *inode); 2812long f2fs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); 2813long f2fs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg); |
2814int f2fs_transfer_project_quota(struct inode *inode, kprojid_t kprojid); |
|
2814int f2fs_pin_file_control(struct inode *inode, bool inc); 2815 2816/* 2817 * inode.c 2818 */ 2819void f2fs_set_inode_flags(struct inode *inode); 2820bool f2fs_inode_chksum_verify(struct f2fs_sb_info *sbi, struct page *page); 2821void f2fs_inode_chksum_set(struct f2fs_sb_info *sbi, struct page *page); --- 778 unchanged lines hidden --- | 2815int f2fs_pin_file_control(struct inode *inode, bool inc); 2816 2817/* 2818 * inode.c 2819 */ 2820void f2fs_set_inode_flags(struct inode *inode); 2821bool f2fs_inode_chksum_verify(struct f2fs_sb_info *sbi, struct page *page); 2822void f2fs_inode_chksum_set(struct f2fs_sb_info *sbi, struct page *page); --- 778 unchanged lines hidden --- |