Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fuse/
Ddev.c1615 unsigned int this_num; in fuse_notify_store() local
1623 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_notify_store()
1624 err = fuse_copy_page(cs, &page, offset, this_num, 0); in fuse_notify_store()
1626 (this_num == PAGE_SIZE || file_size == end)) in fuse_notify_store()
1634 num -= this_num; in fuse_notify_store()
1695 unsigned int this_num; in fuse_retrieve() local
1701 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_retrieve()
1703 req->page_descs[req->num_pages].length = this_num; in fuse_retrieve()
1707 num -= this_num; in fuse_retrieve()
1708 total_len += this_num; in fuse_retrieve()