Searched refs:change_size (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/afs/ |
H A D | inode.c | 161 bool change_size = vp->set_size; in afs_apply_status() local 220 change_size = true; in afs_apply_status() 229 change_size = true; in afs_apply_status() 240 if (change_size) { in afs_apply_status()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | inode.c | 172 bool change_size = vp->set_size; in afs_apply_status() local 232 change_size = true; in afs_apply_status() 241 change_size = true; in afs_apply_status() 253 if (change_size) { in afs_apply_status()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | file.c | 1928 int change_size) in __ocfs2_change_file_space() 2027 if (!ret && change_size && orig_isize < size) { in __ocfs2_change_file_space() 2104 int change_size = 1; in ocfs2_fallocate() local 2114 change_size = 0; in ocfs2_fallocate() 2129 change_size); in ocfs2_fallocate() 1925 __ocfs2_change_file_space(struct file *file, struct inode *inode, loff_t f_pos, unsigned int cmd, struct ocfs2_space_resv *sr, int change_size) __ocfs2_change_file_space() argument
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | file.c | 1922 int change_size) in __ocfs2_change_file_space() 2021 if (!ret && change_size && orig_isize < size) { in __ocfs2_change_file_space() 2098 int change_size = 1; in ocfs2_fallocate() local 2108 change_size = 0; in ocfs2_fallocate() 2123 change_size); in ocfs2_fallocate() 1919 __ocfs2_change_file_space(struct file *file, struct inode *inode, loff_t f_pos, unsigned int cmd, struct ocfs2_space_resv *sr, int change_size) __ocfs2_change_file_space() argument
|
Completed in 9 milliseconds