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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr.h617 extern struct kmem_cache *xfs_attr_intent_cache;
H A Dxfs_attr.c30 struct kmem_cache *xfs_attr_intent_cache; variable in typeref:struct:kmem_cache
894 new = kmem_cache_zalloc(xfs_attr_intent_cache,
1534 xfs_attr_intent_cache = kmem_cache_create("xfs_attr_intent",
1538 return xfs_attr_intent_cache != NULL ? 0 : -ENOMEM;
1544 kmem_cache_destroy(xfs_attr_intent_cache);
1545 xfs_attr_intent_cache = NULL;
/linux-master/fs/xfs/
H A Dxfs_attr_item.c391 kmem_cache_free(xfs_attr_intent_cache, attr);

Completed in 217 milliseconds