Searched refs:cachefiles_gfp (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/cachefiles/ |
D | rdwr.c | 240 monitor = kzalloc(sizeof(*monitor), cachefiles_gfp); in cachefiles_read_backing_file_one() 259 newpage = __page_cache_alloc(cachefiles_gfp | in cachefiles_read_backing_file_one() 266 netpage->index, cachefiles_gfp); in cachefiles_read_backing_file_one() 484 monitor = kzalloc(sizeof(*monitor), cachefiles_gfp); in cachefiles_read_backing_file() 499 newpage = __page_cache_alloc(cachefiles_gfp | in cachefiles_read_backing_file() 507 cachefiles_gfp); in cachefiles_read_backing_file() 533 netpage->index, cachefiles_gfp); in cachefiles_read_backing_file() 606 netpage->index, cachefiles_gfp); in cachefiles_read_backing_file()
|
D | interface.c | 42 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() 226 auxdata = kmalloc(2 + 512 + 3, cachefiles_gfp); in cachefiles_update_object()
|
D | key.c | 81 key = kmalloc(max, cachefiles_gfp); in cachefiles_cook_key()
|
D | xattr.c | 209 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, cachefiles_gfp); in cachefiles_check_object_xattr()
|
D | internal.h | 33 #define cachefiles_gfp (__GFP_WAIT | __GFP_NORETRY | __GFP_NOMEMALLOC) macro
|