Home
last modified time | relevance | path

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

/linux-2.6.39/fs/fuse/
Ddev.c1435 unsigned int this_num; in fuse_notify_store() local
1443 this_num = min_t(unsigned, num, PAGE_CACHE_SIZE - offset); in fuse_notify_store()
1444 err = fuse_copy_page(cs, &page, offset, this_num, 0); in fuse_notify_store()
1453 num -= this_num; in fuse_notify_store()
1509 unsigned int this_num; in fuse_retrieve() local
1515 this_num = min_t(unsigned, num, PAGE_CACHE_SIZE - offset); in fuse_retrieve()
1519 num -= this_num; in fuse_retrieve()
1520 total_len += this_num; in fuse_retrieve()