Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nilfs2/
Dsegment.h225 extern struct kmem_cache *nilfs_transaction_cachep;
Dsuper.c58 struct kmem_cache *nilfs_transaction_cachep; variable
1396 kmem_cache_destroy(nilfs_transaction_cachep); in nilfs_destroy_cachep()
1410 nilfs_transaction_cachep = kmem_cache_create("nilfs2_transaction_cache", in nilfs_init_cachep()
1413 if (!nilfs_transaction_cachep) in nilfs_init_cachep()
Dsegment.c160 ti = kmem_cache_alloc(nilfs_transaction_cachep, GFP_NOFS); in nilfs_prepare_segment_lock()
240 kmem_cache_free(nilfs_transaction_cachep, ti); in nilfs_transaction_begin()
287 kmem_cache_free(nilfs_transaction_cachep, ti); in nilfs_transaction_commit()
311 kmem_cache_free(nilfs_transaction_cachep, ti); in nilfs_transaction_abort()