Lines Matching refs:this_num
1611 unsigned int this_num;
1619 this_num = min_t(unsigned, num, PAGE_SIZE - offset);
1620 err = fuse_copy_page(cs, &page, offset, this_num, 0);
1622 (this_num == PAGE_SIZE || file_size == end))
1630 num -= this_num;
1711 unsigned int this_num;
1717 this_num = min_t(unsigned, num, PAGE_SIZE - offset);
1720 ap->descs[ap->num_pages].length = this_num;
1724 num -= this_num;
1725 total_len += this_num;