Home
last modified time | relevance | path

Searched refs:change_size (Results 1 – 2 of 2) sorted by relevance

/linux/fs/afs/
H A Dinode.c173 bool change_size = vp->set_size; in afs_apply_status() local
237 change_size = true; in afs_apply_status()
247 change_size = true; in afs_apply_status()
262 if (change_size || size > i_size_read(inode)) { in afs_apply_status()
/linux/fs/ocfs2/
H A Dfile.c1948 int change_size) in __ocfs2_change_file_space()
2049 if (!ret && change_size && orig_isize < size) { in __ocfs2_change_file_space()
2126 int change_size = 1; in ocfs2_fallocate()
2136 change_size = 0; in ocfs2_fallocate()
2151 change_size); in ocfs2_check_range_for_refcount()
1943 __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
2121 int change_size = 1; ocfs2_fallocate() local