Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dinode.c80 static struct kmem_cache *btrfs_delalloc_work_cachep; variable
9180 if (btrfs_delalloc_work_cachep) in btrfs_destroy_cachep()
9181 kmem_cache_destroy(btrfs_delalloc_work_cachep); in btrfs_destroy_cachep()
9216 btrfs_delalloc_work_cachep = kmem_cache_create("btrfs_delalloc_work", in btrfs_init_cachep()
9220 if (!btrfs_delalloc_work_cachep) in btrfs_init_cachep()
9467 work = kmem_cache_zalloc(btrfs_delalloc_work_cachep, GFP_NOFS); in btrfs_alloc_delalloc_work()
9486 kmem_cache_free(btrfs_delalloc_work_cachep, work); in btrfs_wait_and_free_delalloc_work()