Searched refs:this_num (Results 1 - 1 of 1) sorted by relevance

/fs/fuse/
H A Ddev.c1579 unsigned int this_num; local
1587 this_num = min_t(unsigned, num, PAGE_CACHE_SIZE - offset);
1588 err = fuse_copy_page(cs, &page, offset, this_num, 0);
1590 (this_num == PAGE_CACHE_SIZE || file_size == end))
1598 num -= this_num;
1659 unsigned int this_num; local
1665 this_num = min_t(unsigned, num, PAGE_CACHE_SIZE - offset);
1667 req->page_descs[req->num_pages].length = this_num;
1671 num -= this_num;
1672 total_len += this_num;
[all...]

Completed in 38 milliseconds