Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dextents_status.c145 static struct kmem_cache *ext4_pending_cachep; variable
457 return kmem_cache_alloc(ext4_pending_cachep, GFP_ATOMIC); in __alloc_pending()
459 return kmem_cache_zalloc(ext4_pending_cachep, GFP_KERNEL | __GFP_NOFAIL); in __alloc_pending()
464 kmem_cache_free(ext4_pending_cachep, pr); in __free_pending()
1885 ext4_pending_cachep = KMEM_CACHE(pending_reservation, SLAB_RECLAIM_ACCOUNT); in ext4_init_pending()
1886 if (ext4_pending_cachep == NULL) in ext4_init_pending()
1893 kmem_cache_destroy(ext4_pending_cachep); in ext4_exit_pending()