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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsegment.h221 extern struct kmem_cache *nilfs_transaction_cachep;
H A Dsuper.c73 struct kmem_cache *nilfs_transaction_cachep; variable in typeref:struct:kmem_cache
1250 if (nilfs_transaction_cachep)
1251 kmem_cache_destroy(nilfs_transaction_cachep);
1266 nilfs_transaction_cachep = kmem_cache_create("nilfs2_transaction_cache",
1269 if (!nilfs_transaction_cachep)
H A Dsegment.c140 ti = kmem_cache_alloc(nilfs_transaction_cachep, GFP_NOFS);
208 kmem_cache_free(nilfs_transaction_cachep, ti);
251 kmem_cache_free(nilfs_transaction_cachep, ti);
268 kmem_cache_free(nilfs_transaction_cachep, ti);

Completed in 107 milliseconds