Searched refs:fuse_pages_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/fuse/ |
A D | ioctl.c | 195 ap.pages = fuse_pages_alloc(fm->fc->max_pages, GFP_KERNEL, &ap.descs); in fuse_do_ioctl()
|
A D | fuse_i.h | 925 static inline struct page **fuse_pages_alloc(unsigned int npages, gfp_t flags, in fuse_pages_alloc() function
|
A D | file.c | 751 ia->ap.pages = fuse_pages_alloc(npages, GFP_KERNEL, in fuse_io_alloc() 1303 ap->pages = fuse_pages_alloc(nr_pages, GFP_KERNEL, &ap->descs); in fuse_perform_write() 1968 ap->pages = fuse_pages_alloc(1, GFP_NOFS, &ap->descs); in fuse_writepage_args_alloc() 2104 pages = fuse_pages_alloc(npages, GFP_NOFS, &descs); in fuse_pages_realloc()
|
Completed in 17 milliseconds