Searched refs:this_num (Results 1 – 1 of 1) sorted by relevance
1628 unsigned int this_num; in fuse_notify_store() local1636 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_notify_store()1637 err = fuse_copy_page(cs, &page, offset, this_num, 0); in fuse_notify_store()1639 (this_num == PAGE_SIZE || file_size == end)) in fuse_notify_store()1647 num -= this_num; in fuse_notify_store()1728 unsigned int this_num; in fuse_retrieve() local1734 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_retrieve()1737 ap->descs[ap->num_pages].length = this_num; in fuse_retrieve()1741 num -= this_num; in fuse_retrieve()1742 total_len += this_num; in fuse_retrieve()