Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:i_size

177 	if ((inode->i_size_high || inode->i_size == 0) ||
182 if (inode->i_size > fs->blocksize)
205 if ((inode->i_size >= fs->blocksize) ||
222 if (inode->i_size >= sizeof(inode->i_block))
229 if (len != inode->i_size)
259 if ((inode->i_size == 0) && (inode->i_size_high == 0))
265 inode->i_size = 0;
922 * inodes where i_size and the inode blocks are
923 * inconsistent is to fix i_size, instead of releasing
1975 printf("inode %u, i_size = %lu, last_block = %lld, i_blocks=%lu, num_blocks = %lu\n",
1976 ino, inode->i_size, pb.last_block, inode->i_blocks,
1980 int nblock = inode->i_size >> EXT2_BLOCK_SIZE_BITS(fs->super);
1981 if (inode->i_size & (fs->blocksize - 1))
2024 /* i_size for symlinks is checked elsewhere */
2029 inode->i_size = pctx->num;
2037 (inode->i_size_high || inode->i_size & 0x80000000UL))
2055 ((inode->i_size / fs->blocksize) >= 3))