Searched refs:this_num (Results 1 – 1 of 1) sorted by relevance
1655 unsigned int this_num; in fuse_notify_store() local1663 this_num = min_t(unsigned, num, PAGE_CACHE_SIZE - offset); in fuse_notify_store()1664 err = fuse_copy_page(cs, &page, offset, this_num, 0); in fuse_notify_store()1666 (this_num == PAGE_CACHE_SIZE || file_size == end)) in fuse_notify_store()1674 num -= this_num; in fuse_notify_store()1735 unsigned int this_num; in fuse_retrieve() local1741 this_num = min_t(unsigned, num, PAGE_CACHE_SIZE - offset); in fuse_retrieve()1743 req->page_descs[req->num_pages].length = this_num; in fuse_retrieve()1747 num -= this_num; in fuse_retrieve()1748 total_len += this_num; in fuse_retrieve()