Lines Matching refs:this_num
1620 unsigned int this_num;
1628 this_num = min_t(unsigned, num, PAGE_SIZE - offset);
1629 err = fuse_copy_page(cs, &page, offset, this_num, 0);
1631 (this_num == PAGE_SIZE || file_size == end)) {
1632 zero_user_segment(page, this_num, PAGE_SIZE);
1641 num -= this_num;
1722 unsigned int this_num;
1728 this_num = min_t(unsigned, num, PAGE_SIZE - offset);
1731 ap->descs[ap->num_pages].length = this_num;
1735 num -= this_num;
1736 total_len += this_num;