Lines Matching refs:size
385 /* The dir size is updated by do_rename. */
1411 /* Add the old_dentry size to the old_dir size. */
1642 loff_t size;
1664 stat->size = ui->ui_size;
1671 * takes less than 300 bytes, but we have to round it to block size,
1679 size = ui->xattr_size;
1680 size += stat->size;
1681 size = ALIGN(size, UBIFS_BLOCK_SIZE);
1684 * of what was reported in @stat->size.
1686 stat->blocks = size >> 9;