Searched refs:inode_newsize_ok (Results 1 – 25 of 31) sorted by relevance
12
| /linux/fs/ |
| A D | attr.c | 107 int error = inode_newsize_ok(inode, attr->ia_size); in setattr_prepare() 171 int inode_newsize_ok(const struct inode *inode, loff_t offset) in inode_newsize_ok() function 197 EXPORT_SYMBOL(inode_newsize_ok);
|
| A D | buffer.c | 2356 err = inode_newsize_ok(inode, size); in generic_cont_expand_simple()
|
| /linux/fs/sysv/ |
| A D | file.c | 44 error = inode_newsize_ok(inode, attr->ia_size); in sysv_setattr()
|
| /linux/fs/minix/ |
| A D | file.c | 37 error = inode_newsize_ok(inode, attr->ia_size); in minix_setattr()
|
| /linux/fs/jfs/ |
| A D | file.c | 114 rc = inode_newsize_ok(inode, iattr->ia_size); in jfs_setattr()
|
| /linux/fs/ramfs/ |
| A D | file-nommu.c | 76 ret = inode_newsize_ok(inode, newsize); in ramfs_nommu_expand_for_mapping()
|
| /linux/fs/omfs/ |
| A D | file.c | 358 error = inode_newsize_ok(inode, attr->ia_size); in omfs_setattr()
|
| /linux/fs/hpfs/ |
| A D | inode.c | 284 error = inode_newsize_ok(inode, attr->ia_size); in hpfs_setattr()
|
| /linux/fs/nfs/ |
| A D | nfs4file.c | 231 ret = inode_newsize_ok(inode, offset + len); in nfs42_fallocate()
|
| A D | inode.c | 634 error = inode_newsize_ok(inode, attr->ia_size); in nfs_setattr() 682 err = inode_newsize_ok(inode, offset); in nfs_vmtruncate()
|
| /linux/fs/affs/ |
| A D | inode.c | 245 error = inode_newsize_ok(inode, attr->ia_size); in affs_notify_change()
|
| /linux/fs/hfs/ |
| A D | inode.c | 642 error = inode_newsize_ok(inode, attr->ia_size); in hfs_inode_setattr()
|
| /linux/fs/afs/ |
| A D | inode.c | 871 ret = inode_newsize_ok(&vnode->vfs_inode, attr->ia_size); in afs_setattr()
|
| /linux/fs/ecryptfs/ |
| A D | inode.c | 826 return inode_newsize_ok(inode, lower_newsize); in ecryptfs_inode_newsize_ok()
|
| /linux/fs/xfs/ |
| A D | xfs_file.c | 1013 error = inode_newsize_ok(inode, new_size); in xfs_file_fallocate()
|
| /linux/fs/reiserfs/ |
| A D | inode.c | 3274 if ((end > isize) && inode_newsize_ok(inode, isize) == 0) { in reiserfs_direct_IO() 3401 error = inode_newsize_ok(inode, attr->ia_size); in reiserfs_setattr()
|
| /linux/fs/f2fs/ |
| A D | file.c | 1461 ret = inode_newsize_ok(inode, (len + offset)); in f2fs_zero_range() 1568 ret = inode_newsize_ok(inode, new_size); in f2fs_insert_range() 1646 err = inode_newsize_ok(inode, (len + offset)); in expand_inode_data()
|
| /linux/fs/gfs2/ |
| A D | file.c | 1385 ret = inode_newsize_ok(inode, offset + len); in gfs2_fallocate()
|
| A D | bmap.c | 2132 ret = inode_newsize_ok(inode, newsize); in gfs2_setattr_size()
|
| /linux/fs/hugetlbfs/ |
| A D | inode.c | 659 error = inode_newsize_ok(inode, offset + len); in hugetlbfs_fallocate()
|
| /linux/fs/ocfs2/ |
| A D | file.c | 1201 status = inode_newsize_ok(inode, attr->ia_size); in ocfs2_setattr()
|
| /linux/fs/ext4/ |
| A D | extents.c | 4573 ret = inode_newsize_ok(inode, new_size); in ext4_zero_range() 4745 ret = inode_newsize_ok(inode, new_size); in ext4_fallocate()
|
| /linux/fs/ceph/ |
| A D | file.c | 2217 if (inode_newsize_ok(dst_inode, endoff)) in is_file_size_ok()
|
| /linux/include/linux/ |
| A D | fs.h | 3448 extern int inode_newsize_ok(const struct inode *, loff_t offset);
|
| /linux/fs/btrfs/ |
| A D | file.c | 3438 ret = inode_newsize_ok(inode, offset + len); in btrfs_fallocate()
|
Completed in 87 milliseconds
12