Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_priv.h505 extern struct kmem_cache *xfs_log_ticket_cache;
H A Dxfs_super.c2344 xfs_log_ticket_cache = kmem_cache_create("xfs_log_ticket", in xfs_init_caches()
2347 if (!xfs_log_ticket_cache) in xfs_init_caches()
2547 kmem_cache_destroy(xfs_log_ticket_cache); in xfs_init_caches()
2586 kmem_cache_destroy(xfs_log_ticket_cache); in xfs_destroy_caches()
H A Dxfs_log.c25 struct kmem_cache *xfs_log_ticket_cache; variable
3099 kmem_cache_free(xfs_log_ticket_cache, ticket); in xfs_log_ticket_put()
3225 tic = kmem_cache_zalloc(xfs_log_ticket_cache, in xlog_ticket_alloc()