Lines Matching refs:ceph_inode_xattr
19 struct ceph_inode_xattr *xattr);
446 struct ceph_inode_xattr **newxattr)
450 struct ceph_inode_xattr *xattr = NULL;
457 xattr = rb_entry(parent, struct ceph_inode_xattr, node);
541 static struct ceph_inode_xattr *__get_xattr(struct ceph_inode_info *ci,
546 struct ceph_inode_xattr *xattr = NULL;
553 xattr = rb_entry(parent, struct ceph_inode_xattr, node);
573 static void __free_xattr(struct ceph_inode_xattr *xattr)
586 struct ceph_inode_xattr *xattr)
610 struct ceph_inode_xattr *xattr = NULL;
616 xattr = rb_entry(p, struct ceph_inode_xattr, node);
633 struct ceph_inode_xattr *xattr = NULL;
640 xattr = rb_entry(p, struct ceph_inode_xattr, node);
668 struct ceph_inode_xattr **xattrs = NULL;
689 xattrs = kcalloc(numattr, sizeof(struct ceph_inode_xattr *),
696 xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr),
774 struct ceph_inode_xattr *xattr = NULL;
789 xattr = rb_entry(p, struct ceph_inode_xattr, node);
837 struct ceph_inode_xattr *xattr;
1034 struct ceph_inode_xattr *xattr = NULL;
1066 xattr = kmalloc(sizeof(struct ceph_inode_xattr), GFP_NOFS);