Home
last modified time | relevance | path

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

/third_party/libfuse/include/
H A Dfuse_kernel.h161 * - add FUSE_MAX_PAGES, add max_pages to init_out
351 * FUSE_MAX_PAGES: init_out.max_pages contains the max number of req pages
395 #define FUSE_MAX_PAGES (1 << 22) macro
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c2014 if (!(inargflags & FUSE_MAX_PAGES)) {
2113 if (arg->flags & FUSE_MAX_PAGES) {
2114 outarg.flags |= FUSE_MAX_PAGES;

Completed in 7 milliseconds