Lines Matching refs:new_size
891 loff_t *new_size) in xfs_falloc_newsize() argument
897 *new_size = offset + len; in xfs_falloc_newsize()
898 return inode_newsize_ok(inode, *new_size); in xfs_falloc_newsize()
904 loff_t new_size) in xfs_falloc_setsize() argument
908 .ia_size = new_size, in xfs_falloc_setsize()
911 if (!new_size) in xfs_falloc_setsize()
924 loff_t new_size = i_size_read(inode) - len; in xfs_falloc_collapse_range() local
940 return xfs_falloc_setsize(file, new_size); in xfs_falloc_collapse_range()
997 loff_t new_size = 0; in xfs_falloc_zero_range() local
1002 error = xfs_falloc_newsize(file, mode, offset, len, &new_size); in xfs_falloc_zero_range()
1015 return xfs_falloc_setsize(file, new_size); in xfs_falloc_zero_range()
1026 loff_t new_size = 0; in xfs_falloc_unshare_range() local
1029 error = xfs_falloc_newsize(file, mode, offset, len, &new_size); in xfs_falloc_unshare_range()
1040 return xfs_falloc_setsize(file, new_size); in xfs_falloc_unshare_range()
1051 loff_t new_size = 0; in xfs_falloc_allocate_range() local
1061 error = xfs_falloc_newsize(file, mode, offset, len, &new_size); in xfs_falloc_allocate_range()
1068 return xfs_falloc_setsize(file, new_size); in xfs_falloc_allocate_range()