Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fuse/
Dfuse_i.h49 #define FUSE_REQ_INLINE_PAGES 1 macro
365 struct page *inline_pages[FUSE_REQ_INLINE_PAGES];
368 struct fuse_page_desc inline_page_descs[FUSE_REQ_INLINE_PAGES];
Ddev.c60 if (npages <= FUSE_REQ_INLINE_PAGES) { in __fuse_request_alloc()