fs/ceph/xattr.c
1191
struct ceph_inode_xattr *xattr = NULL;
fs/ceph/xattr.c
1223
xattr = kmalloc_obj(struct ceph_inode_xattr, GFP_NOFS);
fs/ceph/xattr.c
19
struct ceph_inode_xattr *xattr);
fs/ceph/xattr.c
570
struct ceph_inode_xattr **newxattr)
fs/ceph/xattr.c
576
struct ceph_inode_xattr *xattr = NULL;
fs/ceph/xattr.c
583
xattr = rb_entry(parent, struct ceph_inode_xattr, node);
fs/ceph/xattr.c
669
static struct ceph_inode_xattr *__get_xattr(struct ceph_inode_info *ci,
fs/ceph/xattr.c
675
struct ceph_inode_xattr *xattr = NULL;
fs/ceph/xattr.c
682
xattr = rb_entry(parent, struct ceph_inode_xattr, node);
fs/ceph/xattr.c
704
static void __free_xattr(struct ceph_inode_xattr *xattr)
fs/ceph/xattr.c
717
struct ceph_inode_xattr *xattr)
fs/ceph/xattr.c
742
struct ceph_inode_xattr *xattr = NULL;
fs/ceph/xattr.c
748
xattr = rb_entry(p, struct ceph_inode_xattr, node);
fs/ceph/xattr.c
766
struct ceph_inode_xattr *xattr = NULL;
fs/ceph/xattr.c
773
xattr = rb_entry(p, struct ceph_inode_xattr, node);
fs/ceph/xattr.c
801
struct ceph_inode_xattr **xattrs = NULL;
fs/ceph/xattr.c
822
xattrs = kzalloc_objs(struct ceph_inode_xattr *, numattr,
fs/ceph/xattr.c
829
xattrs[i] = kmalloc_obj(struct ceph_inode_xattr,
fs/ceph/xattr.c
910
struct ceph_inode_xattr *xattr = NULL;
fs/ceph/xattr.c
925
xattr = rb_entry(p, struct ceph_inode_xattr, node);
fs/ceph/xattr.c
974
struct ceph_inode_xattr *xattr;