Searched refs:xfs_log_ticket_cache (Results 1 – 2 of 2) sorted by relevance
2311 xfs_log_ticket_cache = kmem_cache_create("xfs_log_ticket", in xfs_init_caches()2314 if (!xfs_log_ticket_cache) in xfs_init_caches()2514 kmem_cache_destroy(xfs_log_ticket_cache); in xfs_init_caches()2553 kmem_cache_destroy(xfs_log_ticket_cache); in xfs_destroy_caches()
34 struct kmem_cache *xfs_log_ticket_cache; variable3005 kmem_cache_free(xfs_log_ticket_cache, ticket); in xfs_log_ticket_put()3131 tic = kmem_cache_zalloc(xfs_log_ticket_cache, in xlog_ticket_alloc()