Searched refs:xfs_attr_intent_cache (Results 1 - 3 of 3) sorted by last modified time

/linux-master/fs/xfs/
H A Dxfs_attr_item.c468 kmem_cache_free(xfs_attr_intent_cache, attr);
874 new = kmem_cache_zalloc(xfs_attr_intent_cache,
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.c31 struct kmem_cache *xfs_attr_intent_cache;
1611 xfs_attr_intent_cache = kmem_cache_create("xfs_attr_intent",
1615 return xfs_attr_intent_cache != NULL ? 0 : -ENOMEM;
1621 kmem_cache_destroy(xfs_attr_intent_cache);
1622 xfs_attr_intent_cache = NULL;
30 struct kmem_cache *xfs_attr_intent_cache; variable in typeref:struct:kmem_cache
H A Dxfs_attr.h646 extern struct kmem_cache *xfs_attr_intent_cache;

Completed in 299 milliseconds