Lines Matching defs:num
1573 unsigned int num;
1608 num = outarg.size;
1609 while (num) {
1619 this_num = min_t(unsigned, num, PAGE_SIZE - offset);
1630 num -= this_num;
1668 unsigned int num;
1681 num = min(outarg->size, fc->max_write);
1683 num = 0;
1684 else if (outarg->offset + num > file_size)
1685 num = file_size - outarg->offset;
1687 num_pages = (num + offset + PAGE_SIZE - 1) >> PAGE_SHIFT;
1709 while (num && ap->num_pages < num_pages) {
1717 this_num = min_t(unsigned, num, PAGE_SIZE - offset);
1724 num -= this_num;