| /linux-6.15/fs/ |
| H A D | attr.c | 172 int error = inode_newsize_ok(inode, attr->ia_size); in setattr_prepare() 244 int inode_newsize_ok(const struct inode *inode, loff_t offset) in inode_newsize_ok() function 272 EXPORT_SYMBOL(inode_newsize_ok);
|
| H A D | buffer.c | 2488 err = inode_newsize_ok(inode, size); in generic_cont_expand_simple()
|
| /linux-6.15/fs/minix/ |
| H A D | file.c | 37 error = inode_newsize_ok(inode, attr->ia_size); in minix_setattr()
|
| /linux-6.15/fs/jfs/ |
| H A D | file.c | 114 rc = inode_newsize_ok(inode, iattr->ia_size); in jfs_setattr()
|
| /linux-6.15/fs/ramfs/ |
| H A D | file-nommu.c | 76 ret = inode_newsize_ok(inode, newsize); in ramfs_nommu_expand_for_mapping()
|
| /linux-6.15/fs/omfs/ |
| H A D | file.c | 352 error = inode_newsize_ok(inode, attr->ia_size); in omfs_setattr()
|
| /linux-6.15/fs/nfs/ |
| H A D | nfs4file.c | 231 ret = inode_newsize_ok(inode, offset + len); in nfs42_fallocate()
|
| H A D | inode.c | 694 error = inode_newsize_ok(inode, attr->ia_size); in nfs_setattr() 754 err = inode_newsize_ok(inode, offset); in nfs_vmtruncate()
|
| /linux-6.15/fs/hpfs/ |
| H A D | inode.c | 284 error = inode_newsize_ok(inode, attr->ia_size); in hpfs_setattr()
|
| /linux-6.15/fs/affs/ |
| H A D | inode.c | 242 error = inode_newsize_ok(inode, attr->ia_size); in affs_notify_change()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | file.c | 692 err = inode_newsize_ok(inode, new_size); in ntfs_fallocate() 733 err = inode_newsize_ok(inode, new_size); in ntfs_fallocate()
|
| /linux-6.15/fs/exfat/ |
| H A D | file.c | 28 ret = inode_newsize_ok(inode, size); in exfat_cont_expand()
|
| /linux-6.15/fs/hfs/ |
| H A D | inode.c | 649 error = inode_newsize_ok(inode, attr->ia_size); in hfs_inode_setattr()
|
| /linux-6.15/fs/afs/ |
| H A D | inode.c | 864 ret = inode_newsize_ok(inode, attr->ia_size); in afs_setattr()
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | inode.c | 844 return inode_newsize_ok(inode, lower_newsize); in ecryptfs_inode_newsize_ok()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | file.c | 1201 status = inode_newsize_ok(inode, attr->ia_size); in ocfs2_setattr() 2126 ret = inode_newsize_ok(inode, offset + len); in ocfs2_fallocate()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fs-io.c | 771 ret = inode_newsize_ok(&inode->v, end); in bchfs_fallocate()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_file.c | 1093 return inode_newsize_ok(inode, *new_size); in xfs_falloc_newsize()
|
| /linux-6.15/fs/gfs2/ |
| H A D | file.c | 1390 ret = inode_newsize_ok(inode, offset + len); in gfs2_fallocate()
|
| H A D | bmap.c | 2136 ret = inode_newsize_ok(inode, newsize); in gfs2_setattr_size()
|
| /linux-6.15/fs/hugetlbfs/ |
| H A D | inode.c | 760 error = inode_newsize_ok(inode, offset + len); in hugetlbfs_fallocate()
|
| /linux-6.15/fs/f2fs/ |
| H A D | file.c | 1619 ret = inode_newsize_ok(inode, (len + offset)); in f2fs_zero_range() 1726 ret = inode_newsize_ok(inode, new_size); in f2fs_insert_range() 1811 err = inode_newsize_ok(inode, (len + offset)); in f2fs_expand_inode_data()
|
| /linux-6.15/fs/ext4/ |
| H A D | extents.c | 4589 ret = inode_newsize_ok(inode, new_size); in ext4_zero_range() 4689 ret = inode_newsize_ok(inode, new_size); in ext4_do_fallocate()
|
| /linux-6.15/fs/btrfs/ |
| H A D | file.c | 2973 ret = inode_newsize_ok(inode, offset + len); in btrfs_fallocate()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 3663 extern int inode_newsize_ok(const struct inode *, loff_t offset);
|