Searched refs:this_num (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/fuse/ |
| H A D | dev.c | 1790 unsigned int this_num; in fuse_notify_store() local 1798 this_num = min_t(unsigned, num, folio_size(folio) - offset); in fuse_notify_store() 1799 err = fuse_copy_page(cs, &page, offset, this_num, 0); in fuse_notify_store() 1801 (this_num == folio_size(folio) || file_size == end)) { in fuse_notify_store() 1802 folio_zero_segment(folio, this_num, folio_size(folio)); in fuse_notify_store() 1811 num -= this_num; in fuse_notify_store() 1892 unsigned int this_num; in fuse_retrieve() local 1898 this_num = min_t(unsigned, num, PAGE_SIZE - offset); in fuse_retrieve() 1901 ap->descs[ap->num_folios].length = this_num; in fuse_retrieve() 1906 num -= this_num; in fuse_retrieve() [all …]
|