Lines Matching defs:size
496 unsigned size = frags * i_blocksize(inode);
498 __inode_add_bytes(inode, size);
500 __inode_sub_bytes(inode, size);
762 unsigned begin, unsigned size,
772 if ((offset + size) < uspi->s_fsize)
773 rest = size;
776 size -= rest;
780 if (rest || !size)
785 return (size + rest);
789 * Find a block of the specified size in the specified cylinder group.
793 * @count: specified size
887 * Find the size of the cluster going forward.
899 * Find the size of the cluster going backward.