Home
last modified time | relevance | path

Searched refs:fuse_pages_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/fuse/
A Dioctl.c195 ap.pages = fuse_pages_alloc(fm->fc->max_pages, GFP_KERNEL, &ap.descs); in fuse_do_ioctl()
A Dfuse_i.h925 static inline struct page **fuse_pages_alloc(unsigned int npages, gfp_t flags, in fuse_pages_alloc() function
A Dfile.c751 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