Searched refs:i_size (Results 276 - 300 of 316) sorted by relevance

<<111213

/linux-master/fs/ntfs3/
H A Dattrib.c1386 if (ni->vfs_inode.i_size < 0x100000000ull) {
2502 i_size_write(&ni->vfs_inode, ni->vfs_inode.i_size + bytes);
/linux-master/fs/udf/
H A Dsuper.c1230 (sbi->s_vat_inode->i_size - 36) >> 2;
1251 (sbi->s_vat_inode->i_size -
/linux-master/fs/fuse/
H A Ddir.c1945 if (trust_local_cmtime && attr->ia_size != inode->i_size)
2000 oldsize = inode->i_size;
/linux-master/fs/nfs/
H A Dinode.c519 inode->i_size = 0;
546 inode->i_size = nfs_size_to_loff_t(fattr->size);
667 * inode->i_size to be updated under the inode->i_lock.
/linux-master/fs/reiserfs/
H A Dbitmap.c1140 && hint->inode->i_size >=
/linux-master/fs/afs/
H A Dinternal.h859 bool set_size:1; /* Must update i_size */
918 loff_t i_size; member in struct:afs_operation::__anon131::__anon138
/linux-master/fs/nfsd/
H A Dnfsctl.c1205 inode->i_size = strlen(content);
H A Dnfs4proc.c327 d_inode(child)->i_size == 0) {
336 d_inode(child)->i_size == 0) {
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c1070 d_inode(de)->i_size = amdgpu_ras_debugfs_table_size(control);
/linux-master/fs/nilfs2/
H A Dsuper.c921 if (!S_ISDIR(inode->i_mode) || !inode->i_blocks || !inode->i_size) {
/linux-master/fs/xfs/
H A Dxfs_bmap_util.c522 if (VFS_I(ip)->i_size == 0 &&
587 /* Wait on dio to ensure i_size has settled. */
867 * must take care not to zero beyond EOF and enlarge i_size.
H A Dxfs_trace.h1513 __entry->isize = VFS_I(ip)->i_size;
3499 __entry->src_isize = VFS_I(src)->i_size;
3504 __entry->dest_isize = VFS_I(dest)->i_size;
/linux-master/fs/ceph/
H A Dinode.c1316 /* queue truncate if we saw i_size decrease */
2348 loff_t i_size = i_size_read(inode); local
2359 i_size, attr->ia_size, ceph_cap_string(got),
2415 doutc(cl, "hit hole, ppos %lld < size %lld\n", pos, i_size);
/linux-master/fs/btrfs/
H A Dfree-space-cache.c1165 clear_extent_bit(&BTRFS_I(inode)->io_tree, 0, inode->i_size - 1,
1178 inode->i_size - 1, EXTENT_DELALLOC,
1273 clear_extent_bit(&BTRFS_I(inode)->io_tree, 0, inode->i_size - 1,
H A Dsend.c1602 * With fallocate we can get prealloc extents beyond the inode's i_size,
1604 * to a range beyond i_size without increasing the i_size of the
5500 * Don't go beyond the inode's i_size due to prealloc extents that start
5501 * after the i_size.
5917 * There are inodes that have extents that lie behind its i_size. Don't
6093 * If we are at i_size of the clone source inode and we
6102 * sector size aligned, in case the i_size of the source
6818 u64 i_size; local
6823 i_size
[all...]
H A Dtransaction.c1873 btrfs_i_size_write(BTRFS_I(parent_inode), parent_inode->i_size +
H A Dioctl.c327 if (inode->i_size == 0)
338 if (inode->i_size == 0)
/linux-master/fs/smb/client/
H A Dsmb2ops.c1452 * i_blocks is not related to (i_size / i_blksize),
1982 if (!set_alloc && (size > inode->i_size + 8192)) {
2019 if (inode->i_size < dest_off + len) {
3459 cifs_truncate_page(inode->i_mapping, inode->i_size);
/linux-master/fs/ocfs2/
H A Daops.c170 * need to use BH_New is when we're extending i_size on a file
309 * i_size might have just been updated as we grabed the meta lock. We
313 * (generic_file_read, vm_ops->fault) are clever enough to check i_size
566 * testing i_size against each block offset.
1039 * writing past i_size, we only need enough pages to cover the
1048 * i_size, whichever is greater.
1681 /* Direct io change i_size late, should not zero tail here. */
2040 /* Direct io do not update i_size here. */
2048 di->i_size = cpu_to_le64((u64)i_size_read(inode));
2311 /* We do clear unwritten, delete orphan, change i_size her
[all...]
H A Drefcounttree.c2923 * We only duplicate pages until we reach the page contains i_size - 1.
2924 * So trim 'end' to i_size.
4059 di->i_size = s_di->i_size;
4454 /* Extend i_size if needed. */
/linux-master/fs/gfs2/
H A Dquota.c912 if (size > inode->i_size)
/linux-master/fs/ext4/
H A Dioctl.c443 EXT4_I(inode_bl)->i_disksize = inode_bl->i_size;
/linux-master/fs/erofs/
H A Dzdata.c708 inode->i_size = OFFSET_MAX;
/linux-master/fs/
H A Dinode.c177 inode->i_size = 0;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c1623 loff_t avail = file_inode(file)->i_size;
3272 loff_t avail = file_inode(file)->i_size;

Completed in 372 milliseconds

<<111213