Searched refs:fuse_pages_alloc (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/fs/fuse/ | 
| D | ioctl.c | 184 	ap.pages = fuse_pages_alloc(fm->fc->max_pages, GFP_KERNEL, &ap.descs);  in fuse_do_ioctl()
  | 
| D | fuse_i.h | 895 static inline struct page **fuse_pages_alloc(unsigned int npages, gfp_t flags,  in fuse_pages_alloc()  function
  | 
| D | file.c | 704 		ia->ap.pages = fuse_pages_alloc(npages, GFP_KERNEL,  in fuse_io_alloc() 1245 		ap->pages = fuse_pages_alloc(nr_pages, GFP_KERNEL, &ap->descs);  in fuse_perform_write() 1868 		ap->pages = fuse_pages_alloc(1, GFP_NOFS, &ap->descs);  in fuse_writepage_args_alloc() 1999 	pages = fuse_pages_alloc(npages, GFP_NOFS, &descs);  in fuse_pages_realloc()
  |