Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fuse/
Dfuse_i.h44 #define FUSE_REQ_INLINE_PAGES 1 macro
364 struct page *inline_pages[FUSE_REQ_INLINE_PAGES];
367 struct fuse_page_desc inline_page_descs[FUSE_REQ_INLINE_PAGES];
Ddev.c63 if (npages <= FUSE_REQ_INLINE_PAGES) { in __fuse_request_alloc()