Searched refs:this_num (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/fuse/ |
D | dev.c | 1658 unsigned int this_num; in fuse_notify_store() local 1666 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_notify_store() 1667 err = fuse_copy_page(cs, &page, offset, this_num, 0); in fuse_notify_store() 1669 (this_num == PAGE_SIZE || file_size == end)) { in fuse_notify_store() 1670 zero_user_segment(page, this_num, PAGE_SIZE); in fuse_notify_store() 1679 num -= this_num; in fuse_notify_store() 1760 unsigned int this_num; in fuse_retrieve() local 1766 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_retrieve() 1769 ap->descs[ap->num_pages].length = this_num; in fuse_retrieve() 1773 num -= this_num; in fuse_retrieve() [all …]
|