Symbol: simple_xattr_cache
fs/kernfs/inode.c
300
struct simple_xattr_cache *cache = &kernfs_root(kn)->xa_cache;
fs/kernfs/inode.c
313
struct simple_xattr_cache *cache = &kernfs_root(kn)->xa_cache;
fs/kernfs/kernfs-internal.h
58
struct simple_xattr_cache xa_cache;
fs/pidfs.c
41
static struct simple_xattr_cache pidfs_xa_cache;
fs/xattr.c
1332
int simple_xattr_get(struct simple_xattr_cache *cache, struct list_head *xattrs,
fs/xattr.c
1357
static struct rhashtable *simple_xattrs_lazy_alloc(struct simple_xattr_cache *cache,
fs/xattr.c
1425
struct simple_xattr *simple_xattr_set(struct simple_xattr_cache *cache, struct list_head *xattrs,
fs/xattr.c
1546
int simple_xattr_set_limited(struct simple_xattr_cache *cache, struct list_head *xattrs,
fs/xattr.c
1665
int simple_xattr_add(struct simple_xattr_cache *cache, struct list_head *xattrs,
fs/xattr.c
1700
int simple_xattr_add_limited(struct simple_xattr_cache *cache,
fs/xattr.c
1726
void simple_xattrs_free(struct simple_xattr_cache *cache, struct list_head *xattrs,
fs/xattr.c
1753
void simple_xattr_cache_cleanup(struct simple_xattr_cache *cache)
include/linux/bpf.h
2034
struct simple_xattr_cache xa_cache;
include/linux/shmem_fs.h
92
struct simple_xattr_cache xa_cache;
include/linux/xattr.h
137
void simple_xattrs_free(struct simple_xattr_cache *cache, struct list_head *xattrs,
include/linux/xattr.h
143
int simple_xattr_get(struct simple_xattr_cache *cache, struct list_head *xattrs,
include/linux/xattr.h
145
struct simple_xattr *simple_xattr_set(struct simple_xattr_cache *cache,
include/linux/xattr.h
149
int simple_xattr_set_limited(struct simple_xattr_cache *cache,
include/linux/xattr.h
156
int simple_xattr_add(struct simple_xattr_cache *cache, struct list_head *xattrs,
include/linux/xattr.h
158
int simple_xattr_add_limited(struct simple_xattr_cache *cache,
include/linux/xattr.h
164
void simple_xattr_cache_cleanup(struct simple_xattr_cache *cache);
net/socket.c
313
static struct simple_xattr_cache sockfs_xa_cache;