Home
last modified time | relevance | path

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

/linux/fs/fuse/
A Ddev.c1606 unsigned int this_num; in fuse_notify_store() local
1614 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_notify_store()
1615 err = fuse_copy_page(cs, &page, offset, this_num, 0); in fuse_notify_store()
1617 (this_num == PAGE_SIZE || file_size == end)) in fuse_notify_store()
1625 num -= this_num; in fuse_notify_store()
1706 unsigned int this_num; in fuse_retrieve() local
1712 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_retrieve()
1715 ap->descs[ap->num_pages].length = this_num; in fuse_retrieve()
1719 num -= this_num; in fuse_retrieve()
1720 total_len += this_num; in fuse_retrieve()

Completed in 8 milliseconds