simple_xattr_cache
struct simple_xattr_cache *cache = &kernfs_root(kn)->xa_cache;
struct simple_xattr_cache *cache = &kernfs_root(kn)->xa_cache;
struct simple_xattr_cache xa_cache;
static struct simple_xattr_cache pidfs_xa_cache;
int simple_xattr_get(struct simple_xattr_cache *cache, struct list_head *xattrs,
static struct rhashtable *simple_xattrs_lazy_alloc(struct simple_xattr_cache *cache,
struct simple_xattr *simple_xattr_set(struct simple_xattr_cache *cache, struct list_head *xattrs,
int simple_xattr_set_limited(struct simple_xattr_cache *cache, struct list_head *xattrs,
int simple_xattr_add(struct simple_xattr_cache *cache, struct list_head *xattrs,
int simple_xattr_add_limited(struct simple_xattr_cache *cache,
void simple_xattrs_free(struct simple_xattr_cache *cache, struct list_head *xattrs,
void simple_xattr_cache_cleanup(struct simple_xattr_cache *cache)
struct simple_xattr_cache xa_cache;
struct simple_xattr_cache xa_cache;
void simple_xattrs_free(struct simple_xattr_cache *cache, struct list_head *xattrs,
int simple_xattr_get(struct simple_xattr_cache *cache, struct list_head *xattrs,
struct simple_xattr *simple_xattr_set(struct simple_xattr_cache *cache,
int simple_xattr_set_limited(struct simple_xattr_cache *cache,
int simple_xattr_add(struct simple_xattr_cache *cache, struct list_head *xattrs,
int simple_xattr_add_limited(struct simple_xattr_cache *cache,
void simple_xattr_cache_cleanup(struct simple_xattr_cache *cache);
static struct simple_xattr_cache sockfs_xa_cache;