Searched refs:xfs_icreate_cache (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_icreate_item.h15 extern struct kmem_cache *xfs_icreate_cache; /* inode create item */
H A Dxfs_icreate_item.c23 struct kmem_cache *xfs_icreate_cache; /* inode create item */ variable in typeref:struct:kmem_cache
67 kmem_cache_free(xfs_icreate_cache, ICR_ITEM(lip));
101 icp = kmem_cache_zalloc(xfs_icreate_cache, GFP_KERNEL | __GFP_NOFAIL);
H A Dxfs_super.c2128 xfs_icreate_cache = kmem_cache_create("xfs_icr",
2131 if (!xfs_icreate_cache)
2207 kmem_cache_destroy(xfs_icreate_cache);
2255 kmem_cache_destroy(xfs_icreate_cache);

Completed in 123 milliseconds