Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
H A Ddev.c1620 unsigned int this_num; in fuse_notify_store() local
1628 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_notify_store()
1629 err = fuse_copy_page(cs, &page, offset, this_num, 0); in fuse_notify_store()
1631 (this_num == PAGE_SIZE || file_size == end)) { in fuse_notify_store()
1632 zero_user_segment(page, this_num, PAGE_SIZE); in fuse_notify_store()
1641 num -= this_num; in fuse_notify_store()
1722 unsigned int this_num; in fuse_retrieve() local
1728 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_retrieve()
1731 ap->descs[ap->num_pages].length = this_num; in fuse_retrieve()
1735 num -= this_num; in fuse_retrieve()
[all...]
/kernel/linux/linux-6.6/fs/fuse/
H A Ddev.c1611 unsigned int this_num; in fuse_notify_store() local
1619 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_notify_store()
1620 err = fuse_copy_page(cs, &page, offset, this_num, 0); in fuse_notify_store()
1622 (this_num == PAGE_SIZE || file_size == end)) in fuse_notify_store()
1630 num -= this_num; in fuse_notify_store()
1711 unsigned int this_num; in fuse_retrieve() local
1717 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_retrieve()
1720 ap->descs[ap->num_pages].length = this_num; in fuse_retrieve()
1724 num -= this_num; in fuse_retrieve()
1725 total_len += this_num; in fuse_retrieve()
[all...]

Completed in 5 milliseconds