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

/linux-master/fs/btrfs/
H A Dtransaction.c36 static struct kmem_cache *btrfs_trans_handle_cachep; variable in typeref:struct:kmem_cache
677 h = kmem_cache_zalloc(btrfs_trans_handle_cachep, GFP_NOFS);
796 kmem_cache_free(btrfs_trans_handle_cachep, h);
1099 kmem_cache_free(btrfs_trans_handle_cachep, trans);
2074 kmem_cache_free(btrfs_trans_handle_cachep, trans);
2567 kmem_cache_free(btrfs_trans_handle_cachep, trans);
2673 btrfs_trans_handle_cachep = KMEM_CACHE(btrfs_trans_handle, SLAB_TEMPORARY);
2674 if (!btrfs_trans_handle_cachep)
2681 kmem_cache_destroy(btrfs_trans_handle_cachep);

Completed in 141 milliseconds