Lines Matching refs:size
383 /* The dir size is updated by do_rename. */
1407 /* Add the old_dentry size to the old_dir size. */
1639 loff_t size;
1661 stat->size = ui->ui_size;
1668 * takes less than 300 bytes, but we have to round it to block size,
1676 size = ui->xattr_size;
1677 size += stat->size;
1678 size = ALIGN(size, UBIFS_BLOCK_SIZE);
1681 * of what was reported in @stat->size.
1683 stat->blocks = size >> 9;