Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_parent.h40 extern struct kmem_cache *xfs_parent_args_cache;
66 *ppargsp = kmem_cache_zalloc(xfs_parent_args_cache, GFP_KERNEL); in xfs_parent_start()
79 kmem_cache_free(xfs_parent_args_cache, ppargs); in xfs_parent_finish()
Dxfs_parent.c33 struct kmem_cache *xfs_parent_args_cache; variable
/linux-6.12.1/fs/xfs/
Dxfs_super.c2230 xfs_parent_args_cache = kmem_cache_create("xfs_parent_args", in xfs_init_caches()
2233 if (!xfs_parent_args_cache) in xfs_init_caches()
2300 kmem_cache_destroy(xfs_parent_args_cache); in xfs_destroy_caches()