Searched refs:inode_newsize_ok (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/ |
| H A D | attr.c | 182 error = inode_newsize_ok(inode, attr->ia_size); in setattr_prepare() 254 int inode_newsize_ok(const struct inode *inode, loff_t offset) in inode_newsize_ok() function 282 EXPORT_SYMBOL(inode_newsize_ok);
|
| H A D | buffer.c | 2393 err = inode_newsize_ok(inode, size); in generic_cont_expand_simple()
|
| /linux/fs/nfs/ |
| H A D | nfs4file.c | 238 ret = inode_newsize_ok(inode, offset + len); in nfs42_fallocate()
|
| H A D | inode.c | 716 error = inode_newsize_ok(inode, attr->ia_size); in nfs_setattr() 793 err = inode_newsize_ok(inode, offset); in nfs_vmtruncate()
|
| /linux/fs/ntfs3/ |
| H A D | file.c | 606 err = inode_newsize_ok(inode, new_size); in ntfs_fallocate() 647 err = inode_newsize_ok(inode, new_size); in ntfs_fallocate()
|
| /linux/fs/afs/ |
| H A D | inode.c | 788 ret = inode_newsize_ok(inode, attr->ia_size); in afs_setattr()
|
| /linux/fs/gfs2/ |
| H A D | file.c | 1400 ret = inode_newsize_ok(inode, offset + len); in gfs2_fallocate()
|
| H A D | bmap.c | 2175 ret = inode_newsize_ok(inode, newsize); in gfs2_setattr_size()
|
| /linux/fs/xfs/ |
| H A D | xfs_file.c | 1228 return inode_newsize_ok(inode, *new_size); in xfs_file_sync_writes()
|
| /linux/fs/smb/client/ |
| H A D | smb2ops.c | 3542 rc = inode_newsize_ok(inode, new_size); in smb3_zero_range() 3859 rc = inode_newsize_ok(inode, off + len); in smb3_simple_falloc() 4115 rc = inode_newsize_ok(inode, new_eof); in smb3_insert_range()
|
| /linux/fs/ext4/ |
| H A D | extents.c | 4801 ret = inode_newsize_ok(inode, new_size); in ext4_zero_range() 4921 ret = inode_newsize_ok(inode, new_size); in ext4_do_fallocate()
|
| /linux/fs/btrfs/ |
| H A D | file.c | 3109 ret = inode_newsize_ok(inode, offset + len); in btrfs_fallocate()
|
| /linux/fs/fuse/ |
| H A D | file.c | 2876 err = inode_newsize_ok(inode, offset + length); in fuse_file_fallocate()
|