Lines Matching refs:ceph_inode_xattr
19 struct ceph_inode_xattr *xattr);
571 struct ceph_inode_xattr **newxattr)
575 struct ceph_inode_xattr *xattr = NULL;
582 xattr = rb_entry(parent, struct ceph_inode_xattr, node);
668 static struct ceph_inode_xattr *__get_xattr(struct ceph_inode_info *ci,
673 struct ceph_inode_xattr *xattr = NULL;
680 xattr = rb_entry(parent, struct ceph_inode_xattr, node);
702 static void __free_xattr(struct ceph_inode_xattr *xattr)
715 struct ceph_inode_xattr *xattr)
739 struct ceph_inode_xattr *xattr = NULL;
745 xattr = rb_entry(p, struct ceph_inode_xattr, node);
762 struct ceph_inode_xattr *xattr = NULL;
769 xattr = rb_entry(p, struct ceph_inode_xattr, node);
797 struct ceph_inode_xattr **xattrs = NULL;
818 xattrs = kcalloc(numattr, sizeof(struct ceph_inode_xattr *),
825 xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr),
903 struct ceph_inode_xattr *xattr = NULL;
918 xattr = rb_entry(p, struct ceph_inode_xattr, node);
966 struct ceph_inode_xattr *xattr;
1177 struct ceph_inode_xattr *xattr = NULL;
1209 xattr = kmalloc(sizeof(struct ceph_inode_xattr), GFP_NOFS);