Searched refs:this_num (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | dev.c | 1611 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() 1623 zero_user_segment(page, this_num, PAGE_SIZE); in fuse_notify_store() 1632 num -= this_num; in fuse_notify_store() 1713 unsigned int this_num; in fuse_retrieve() local 1719 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_retrieve() 1722 ap->descs[ap->num_pages].length = this_num; in fuse_retrieve() 1726 num -= this_num; in fuse_retrieve() [all …]
|