Home
last modified time | relevance | path

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

/linux/fs/fuse/
A Dioctl.c252 ap.pages = fuse_pages_alloc(fm->fc->max_pages, GFP_KERNEL, &ap.descs); in fuse_do_ioctl()
A Dfuse_i.h998 static inline struct page **fuse_pages_alloc(unsigned int npages, gfp_t flags, in fuse_pages_alloc() function
A Dfile.c735 ia->ap.pages = fuse_pages_alloc(npages, GFP_KERNEL, in fuse_io_alloc()
1283 ap->pages = fuse_pages_alloc(nr_pages, GFP_KERNEL, &ap->descs); in fuse_perform_write()
2027 ap->pages = fuse_pages_alloc(1, GFP_NOFS, &ap->descs); in fuse_writepage_args_alloc()
2162 pages = fuse_pages_alloc(npages, GFP_NOFS, &descs); in fuse_pages_realloc()

Completed in 16 milliseconds