Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dtransaction.c469 h = kmem_cache_alloc(btrfs_trans_handle_cachep, GFP_NOFS); in start_transaction()
556 kmem_cache_free(btrfs_trans_handle_cachep, h); in start_transaction()
837 kmem_cache_free(btrfs_trans_handle_cachep, trans); in __btrfs_end_transaction()
1732 kmem_cache_free(btrfs_trans_handle_cachep, trans); in cleanup_transaction()
2118 kmem_cache_free(btrfs_trans_handle_cachep, trans); in btrfs_commit_transaction()
Dinode.c81 struct kmem_cache *btrfs_trans_handle_cachep; variable
9031 if (btrfs_trans_handle_cachep) in btrfs_destroy_cachep()
9032 kmem_cache_destroy(btrfs_trans_handle_cachep); in btrfs_destroy_cachep()
9051 btrfs_trans_handle_cachep = kmem_cache_create("btrfs_trans_handle", in btrfs_init_cachep()
9054 if (!btrfs_trans_handle_cachep) in btrfs_init_cachep()
Dctree.h45 extern struct kmem_cache *btrfs_trans_handle_cachep;