Lines Matching defs:size
216 * @dirt: size of index node
218 * This function updates lprops dirty space and the new size of the index.
3521 * dbg_check_inode_size - check if inode size is correct.
3524 * @size: inode size
3526 * This function makes sure that the inode size (@size) is correct and it does
3527 * not have any pages beyond @size. Returns zero if the inode is OK, %-EINVAL
3528 * if it has a data page beyond @size, and other negative error code in case of
3532 loff_t size)
3544 block = (size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT;
3573 ubifs_err(c, "inode %lu has size %lld, but there are data at offset %lld",
3574 (unsigned long)inode->i_ino, size,