Symbol: simple_xattr
fs/kernfs/inode.c
310
struct simple_xattr *old_xattr;
fs/kernfs/inode.c
355
struct simple_xattr *old_xattr;
fs/kernfs/inode.c
395
struct simple_xattr *old_xattr;
fs/pidfs.c
1027
struct simple_xattr *old_xattr;
fs/xattr.c
1193
void simple_xattr_free(struct simple_xattr *xattr)
fs/xattr.c
1211
struct simple_xattr *simple_xattr_alloc(const void *value, size_t size)
fs/xattr.c
1213
struct simple_xattr *new_xattr;
fs/xattr.c
1243
const struct simple_xattr *xattr;
fs/xattr.c
1245
xattr = rb_entry(node, struct simple_xattr, rb_node);
fs/xattr.c
1262
struct simple_xattr *xattr;
fs/xattr.c
1263
xattr = rb_entry(new_node, struct simple_xattr, rb_node);
fs/xattr.c
1285
struct simple_xattr *xattr = NULL;
fs/xattr.c
1292
xattr = rb_entry(rbp, struct simple_xattr, rb_node);
fs/xattr.c
1331
struct simple_xattr *simple_xattr_set(struct simple_xattrs *xattrs,
fs/xattr.c
1335
struct simple_xattr *old_xattr = NULL, *new_xattr = NULL;
fs/xattr.c
1362
old_xattr = rb_entry(*rbp, struct simple_xattr, rb_node);
fs/xattr.c
1446
struct simple_xattr *xattr;
fs/xattr.c
1469
xattr = rb_entry(rbp, struct simple_xattr, rb_node);
fs/xattr.c
1514
struct simple_xattr *new_xattr)
fs/xattr.c
1549
struct simple_xattr *xattr;
fs/xattr.c
1553
xattr = rb_entry(rbp, struct simple_xattr, rb_node);
include/linux/xattr.h
123
struct simple_xattr *simple_xattr_alloc(const void *value, size_t size);
include/linux/xattr.h
124
void simple_xattr_free(struct simple_xattr *xattr);
include/linux/xattr.h
127
struct simple_xattr *simple_xattr_set(struct simple_xattrs *xattrs,
include/linux/xattr.h
133
struct simple_xattr *new_xattr);
mm/shmem.c
4258
struct simple_xattr *new_xattr;
mm/shmem.c
4331
struct simple_xattr *old_xattr;