Searched refs:fuse_pages_alloc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | file.c | 23 static struct page **fuse_pages_alloc(unsigned int npages, gfp_t flags, in fuse_pages_alloc() function 698 ia->ap.pages = fuse_pages_alloc(npages, GFP_KERNEL, in fuse_io_alloc() 1248 ap->pages = fuse_pages_alloc(nr_pages, GFP_KERNEL, &ap->descs); in fuse_perform_write() 1886 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() 2839 ap.pages = fuse_pages_alloc(fm->fc->max_pages, GFP_KERNEL, &ap.descs); in fuse_do_ioctl()
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | ioctl.c | 204 ap.pages = fuse_pages_alloc(fm->fc->max_pages, GFP_KERNEL, &ap.descs); in fuse_do_ioctl()
|
H A D | fuse_i.h | 950 static inline struct page **fuse_pages_alloc(unsigned int npages, gfp_t flags, in fuse_pages_alloc() function
|
H A D | file.c | 714 ia->ap.pages = fuse_pages_alloc(npages, GFP_KERNEL, in fuse_io_alloc() 1266 ap->pages = fuse_pages_alloc(nr_pages, GFP_KERNEL, &ap->descs); in fuse_perform_write() 1925 ap->pages = fuse_pages_alloc(1, GFP_NOFS, &ap->descs); in fuse_writepage_args_alloc() 2061 pages = fuse_pages_alloc(npages, GFP_NOFS, &descs); in fuse_pages_realloc()
|
Completed in 13 milliseconds