Home
last modified time | relevance | path

Searched refs:cachefiles_gfp (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/cachefiles/
H A Drdwr.c243 monitor = kzalloc(sizeof(*monitor), cachefiles_gfp); in cachefiles_read_backing_file_one()
262 newpage = __page_cache_alloc(cachefiles_gfp); in cachefiles_read_backing_file_one()
268 netpage->index, cachefiles_gfp); in cachefiles_read_backing_file_one()
483 monitor = kzalloc(sizeof(*monitor), cachefiles_gfp); in cachefiles_read_backing_file()
498 newpage = __page_cache_alloc(cachefiles_gfp); in cachefiles_read_backing_file()
505 cachefiles_gfp); in cachefiles_read_backing_file()
531 netpage->index, cachefiles_gfp); in cachefiles_read_backing_file()
607 netpage->index, cachefiles_gfp); in cachefiles_read_backing_file()
H A Dinterface.c38 lookup_data = kmalloc(sizeof(*lookup_data), cachefiles_gfp); in cachefiles_alloc_object()
43 object = kmem_cache_alloc(cachefiles_object_jar, cachefiles_gfp); in cachefiles_alloc_object()
60 buffer = kmalloc((2 + 512) + 3, cachefiles_gfp); in cachefiles_alloc_object()
234 auxdata = kmalloc(2 + auxlen + 3, cachefiles_gfp); in cachefiles_update_object()
H A Dkey.c77 key = kmalloc(max, cachefiles_gfp); in cachefiles_cook_key()
H A Dxattr.c209 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, cachefiles_gfp); in cachefiles_check_object_xattr()
H A Dinternal.h30 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC) macro

Completed in 3 milliseconds