Home
last modified time | relevance | path

Searched refs:inode_newsize_ok (Results 1 – 13 of 13) sorted by relevance

/linux/fs/
H A Dattr.c182 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 Dbuffer.c2393 err = inode_newsize_ok(inode, size); in generic_cont_expand_simple()
/linux/fs/nfs/
H A Dnfs4file.c238 ret = inode_newsize_ok(inode, offset + len); in nfs42_fallocate()
H A Dinode.c716 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 Dfile.c606 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 Dinode.c788 ret = inode_newsize_ok(inode, attr->ia_size); in afs_setattr()
/linux/fs/gfs2/
H A Dfile.c1400 ret = inode_newsize_ok(inode, offset + len); in gfs2_fallocate()
H A Dbmap.c2175 ret = inode_newsize_ok(inode, newsize); in gfs2_setattr_size()
/linux/fs/xfs/
H A Dxfs_file.c1228 return inode_newsize_ok(inode, *new_size); in xfs_file_sync_writes()
/linux/fs/smb/client/
H A Dsmb2ops.c3542 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 Dextents.c4801 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 Dfile.c3109 ret = inode_newsize_ok(inode, offset + len); in btrfs_fallocate()
/linux/fs/fuse/
H A Dfile.c2876 err = inode_newsize_ok(inode, offset + length); in fuse_file_fallocate()