Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log_priv.h509 extern struct kmem_cache *xfs_log_ticket_cache;
H A Dxfs_super.c2060 xfs_log_ticket_cache = kmem_cache_create("xfs_log_ticket", in xfs_init_caches()
2063 if (!xfs_log_ticket_cache) in xfs_init_caches()
2233 kmem_cache_destroy(xfs_log_ticket_cache); in xfs_init_caches()
2268 kmem_cache_destroy(xfs_log_ticket_cache); in xfs_destroy_caches()
H A Dxfs_log.c24 struct kmem_cache *xfs_log_ticket_cache; variable
3394 kmem_cache_free(xfs_log_ticket_cache, ticket); in xfs_log_ticket_put()
3520 tic = kmem_cache_zalloc(xfs_log_ticket_cache, GFP_NOFS | __GFP_NOFAIL); in xlog_ticket_alloc()