Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fuse/
Ddev.c1647 unsigned int this_num; in fuse_notify_store() local
1655 this_num = min_t(unsigned, num, PAGE_CACHE_SIZE - offset); in fuse_notify_store()
1656 err = fuse_copy_page(cs, &page, offset, this_num, 0); in fuse_notify_store()
1658 (this_num == PAGE_CACHE_SIZE || file_size == end)) in fuse_notify_store()
1666 num -= this_num; in fuse_notify_store()
1727 unsigned int this_num; in fuse_retrieve() local
1733 this_num = min_t(unsigned, num, PAGE_CACHE_SIZE - offset); in fuse_retrieve()
1735 req->page_descs[req->num_pages].length = this_num; in fuse_retrieve()
1739 num -= this_num; in fuse_retrieve()
1740 total_len += this_num; in fuse_retrieve()