Searched refs:inode_set_bytes (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/fs/ntfs3/ |
| H A D | attrib.c | 819 inode_set_bytes(&ni->vfs_inode, new_alloc); in attr_set_size() 1100 inode_set_bytes(&ni->vfs_inode, total_size); in attr_data_get_block() 1235 inode_set_bytes(&ni->vfs_inode, total_size0); in attr_data_get_block() 1733 inode_set_bytes(&ni->vfs_inode, total_size); in attr_allocate_frame() 2098 inode_set_bytes(&ni->vfs_inode, total_size); in attr_collapse_range() 2305 inode_set_bytes(&ni->vfs_inode, total_size); in attr_punch_hole()
|
| H A D | inode.c | 253 inode_set_bytes(inode, rsize); in ntfs_read_mft() 263 inode_set_bytes(inode, attr_ondisk_size(attr)); in ntfs_read_mft() 310 inode_set_bytes(inode, le64_to_cpu(attr->nres.alloc_size)); in ntfs_read_mft()
|
| H A D | index.c | 1464 inode_set_bytes(&ni->vfs_inode, alloc_size); in indx_create_allocate()
|
| /linux-6.15/fs/hfs/ |
| H A D | btree.c | 242 inode_set_bytes(inode, inode->i_size); in hfs_bmap_reserve()
|
| H A D | extent.c | 549 inode_set_bytes(inode, HFS_I(inode)->fs_blocks << sb->s_blocksize_bits); in hfs_file_truncate()
|
| H A D | inode.c | 283 inode_set_bytes(inode, HFS_I(inode)->fs_blocks << sb->s_blocksize_bits); in hfs_inode_read_fork()
|
| /linux-6.15/fs/ |
| H A D | stat.c | 963 void inode_set_bytes(struct inode *inode, loff_t bytes) in inode_set_bytes() function 971 EXPORT_SYMBOL(inode_set_bytes);
|
| /linux-6.15/fs/hfsplus/ |
| H A D | btree.c | 366 inode_set_bytes(inode, inode->i_size); in hfs_bmap_reserve()
|
| H A D | extents.c | 629 inode_set_bytes(inode, hip->fs_blocks << sb->s_blocksize_bits); in hfsplus_file_truncate()
|
| H A D | inode.c | 478 inode_set_bytes(inode, hip->fs_blocks << sb->s_blocksize_bits); in hfsplus_inode_read_fork()
|
| H A D | xattr.c | 202 inode_set_bytes(attr_file, attr_file->i_size); in hfsplus_create_attributes_file()
|
| /linux-6.15/fs/afs/ |
| H A D | file.c | 436 inode_set_bytes(&vnode->netfs.inode, new_i_size); in afs_update_i_size()
|
| /linux-6.15/fs/orangefs/ |
| H A D | orangefs-utils.c | 330 inode_set_bytes(inode, inode->i_size); in orangefs_inode_getattr()
|
| /linux-6.15/drivers/dma-buf/ |
| H A D | dma-buf.c | 554 inode_set_bytes(inode, size); in dma_buf_getfile()
|
| /linux-6.15/fs/btrfs/ |
| H A D | delayed-inode.c | 1885 inode_set_bytes(vfs_inode, btrfs_stack_inode_nbytes(inode_item)); in btrfs_fill_inode()
|
| H A D | inode.c | 3943 inode_set_bytes(vfs_inode, btrfs_inode_nbytes(leaf, inode_item)); in btrfs_read_locked_inode() 8720 inode_set_bytes(inode, name_len); in btrfs_symlink()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 3490 void inode_set_bytes(struct inode *inode, loff_t bytes);
|