Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cachefiles/
Drdwr.c247 monitor = kzalloc(sizeof(*monitor), cachefiles_gfp); in cachefiles_read_backing_file_one()
266 newpage = __page_cache_alloc(cachefiles_gfp); in cachefiles_read_backing_file_one()
272 netpage->index, cachefiles_gfp); in cachefiles_read_backing_file_one()
487 monitor = kzalloc(sizeof(*monitor), cachefiles_gfp); in cachefiles_read_backing_file()
502 newpage = __page_cache_alloc(cachefiles_gfp); in cachefiles_read_backing_file()
509 cachefiles_gfp); in cachefiles_read_backing_file()
535 netpage->index, cachefiles_gfp); in cachefiles_read_backing_file()
608 netpage->index, cachefiles_gfp); in cachefiles_read_backing_file()
Dinterface.c42 lookup_data = kmalloc(sizeof(*lookup_data), cachefiles_gfp); in cachefiles_alloc_object()
47 object = kmem_cache_alloc(cachefiles_object_jar, cachefiles_gfp); in cachefiles_alloc_object()
64 buffer = kmalloc((2 + 512) + 3, cachefiles_gfp); in cachefiles_alloc_object()
238 auxdata = kmalloc(2 + auxlen + 3, cachefiles_gfp); in cachefiles_update_object()
Dkey.c81 key = kmalloc(max, cachefiles_gfp); in cachefiles_cook_key()
Dxattr.c212 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, cachefiles_gfp); in cachefiles_check_object_xattr()
Dinternal.h34 #define cachefiles_gfp (__GFP_RECLAIM | __GFP_NORETRY | __GFP_NOMEMALLOC) macro