Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nilfs2/
Dsegment.h227 extern struct kmem_cache *nilfs_transaction_cachep;
Dsuper.c71 struct kmem_cache *nilfs_transaction_cachep; variable
1410 if (nilfs_transaction_cachep) in nilfs_destroy_cachep()
1411 kmem_cache_destroy(nilfs_transaction_cachep); in nilfs_destroy_cachep()
1426 nilfs_transaction_cachep = kmem_cache_create("nilfs2_transaction_cache", in nilfs_init_cachep()
1429 if (!nilfs_transaction_cachep) in nilfs_init_cachep()
Dsegment.c140 ti = kmem_cache_alloc(nilfs_transaction_cachep, GFP_NOFS); in nilfs_prepare_segment_lock()
208 kmem_cache_free(nilfs_transaction_cachep, ti); in nilfs_transaction_begin()
250 kmem_cache_free(nilfs_transaction_cachep, ti); in nilfs_transaction_commit()
269 kmem_cache_free(nilfs_transaction_cachep, ti); in nilfs_transaction_abort()