Symbol: simple_xattr
fs/kernfs/inode.c
311
struct simple_xattr *old_xattr;
fs/pidfs.c
1092
struct simple_xattr *old_xattr;
fs/xattr.c
1219
void simple_xattr_free(struct simple_xattr *xattr)
fs/xattr.c
1228
struct simple_xattr *xattr = container_of(head, struct simple_xattr, rcu);
fs/xattr.c
1241
void simple_xattr_free_rcu(struct simple_xattr *xattr)
fs/xattr.c
1258
struct simple_xattr *simple_xattr_alloc(const void *value, size_t size)
fs/xattr.c
1260
struct simple_xattr *new_xattr;
fs/xattr.c
1294
const struct simple_xattr *xattr = obj;
fs/xattr.c
1302
const struct simple_xattr *xattr = obj;
fs/xattr.c
1309
.head_offset = offsetof(struct simple_xattr, hash_node),
fs/xattr.c
1335
struct simple_xattr *xattr;
fs/xattr.c
1425
struct simple_xattr *simple_xattr_set(struct simple_xattr_cache *cache, struct list_head *xattrs,
fs/xattr.c
1430
struct simple_xattr *old_xattr = NULL;
fs/xattr.c
1438
CLASS(simple_xattr, new_xattr)(value, size);
fs/xattr.c
1551
struct simple_xattr *old_xattr;
fs/xattr.c
1610
struct simple_xattr *xattr;
fs/xattr.c
1666
struct simple_xattr *new_xattr)
fs/xattr.c
1703
struct simple_xattr *new_xattr)
fs/xattr.c
1733
struct simple_xattr *xattr = list_first_entry(xattrs, typeof(*xattr), node);
include/linux/xattr.h
140
struct simple_xattr *simple_xattr_alloc(const void *value, size_t size);
include/linux/xattr.h
141
void simple_xattr_free(struct simple_xattr *xattr);
include/linux/xattr.h
142
void simple_xattr_free_rcu(struct simple_xattr *xattr);
include/linux/xattr.h
145
struct simple_xattr *simple_xattr_set(struct simple_xattr_cache *cache,
include/linux/xattr.h
157
struct simple_xattr *new_xattr);
include/linux/xattr.h
161
struct simple_xattr *new_xattr);
include/linux/xattr.h
166
DEFINE_CLASS(simple_xattr,
include/linux/xattr.h
167
struct simple_xattr *,
kernel/bpf/inode.c
883
struct simple_xattr *old;
kernel/bpf/inode.c
943
CLASS(simple_xattr, new_xattr)(xattr->value, xattr->value_len);
mm/shmem.c
4200
CLASS(simple_xattr, new_xattr)(xattr->value, xattr->value_len);
mm/shmem.c
4249
struct simple_xattr *old_xattr;