Home
last modified time | relevance | path

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

/linux/fs/fuse/
A Dioctl.c184 ap.pages = fuse_pages_alloc(fm->fc->max_pages, GFP_KERNEL, &ap.descs); in fuse_do_ioctl()
A Dfuse_i.h895 static inline struct page **fuse_pages_alloc(unsigned int npages, gfp_t flags, in fuse_pages_alloc() function
A Dfile.c700 ia->ap.pages = fuse_pages_alloc(npages, GFP_KERNEL, in fuse_io_alloc()
1243 ap->pages = fuse_pages_alloc(nr_pages, GFP_KERNEL, &ap->descs); in fuse_perform_write()
1871 ap->pages = fuse_pages_alloc(1, GFP_NOFS, &ap->descs); in fuse_writepage_args_alloc()
2002 pages = fuse_pages_alloc(npages, GFP_NOFS, &descs); in fuse_pages_realloc()

Completed in 21 milliseconds