Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_super.c2311 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()
H A Dxfs_log.c34 struct kmem_cache *xfs_log_ticket_cache; variable
3005 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()