Lines Matching refs:ceph_inode_xattr
18 struct ceph_inode_xattr *xattr);
419 struct ceph_inode_xattr **newxattr) in __set_xattr()
423 struct ceph_inode_xattr *xattr = NULL; in __set_xattr()
430 xattr = rb_entry(parent, struct ceph_inode_xattr, node); in __set_xattr()
514 static struct ceph_inode_xattr *__get_xattr(struct ceph_inode_info *ci, in __get_xattr()
519 struct ceph_inode_xattr *xattr = NULL; in __get_xattr()
526 xattr = rb_entry(parent, struct ceph_inode_xattr, node); in __get_xattr()
546 static void __free_xattr(struct ceph_inode_xattr *xattr) in __free_xattr()
559 struct ceph_inode_xattr *xattr) in __remove_xattr()
583 struct ceph_inode_xattr *xattr = NULL; in __copy_xattr_names()
589 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __copy_xattr_names()
606 struct ceph_inode_xattr *xattr = NULL; in __ceph_destroy_xattrs()
613 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __ceph_destroy_xattrs()
641 struct ceph_inode_xattr **xattrs = NULL; in __build_xattrs()
662 xattrs = kcalloc(numattr, sizeof(struct ceph_inode_xattr *), in __build_xattrs()
669 xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr), in __build_xattrs()
745 struct ceph_inode_xattr *xattr = NULL; in __ceph_build_xattrs_blob()
759 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __ceph_build_xattrs_blob()
805 struct ceph_inode_xattr *xattr; in __ceph_getxattr()
1021 struct ceph_inode_xattr *xattr = NULL; in __ceph_setxattr()
1053 xattr = kmalloc(sizeof(struct ceph_inode_xattr), GFP_NOFS); in __ceph_setxattr()