Lines Matching refs:ceph_inode_xattr
19 struct ceph_inode_xattr *xattr);
534 struct ceph_inode_xattr **newxattr) in __set_xattr()
538 struct ceph_inode_xattr *xattr = NULL; in __set_xattr()
545 xattr = rb_entry(parent, struct ceph_inode_xattr, node); in __set_xattr()
629 static struct ceph_inode_xattr *__get_xattr(struct ceph_inode_info *ci, in __get_xattr()
634 struct ceph_inode_xattr *xattr = NULL; in __get_xattr()
641 xattr = rb_entry(parent, struct ceph_inode_xattr, node); in __get_xattr()
661 static void __free_xattr(struct ceph_inode_xattr *xattr) in __free_xattr()
674 struct ceph_inode_xattr *xattr) in __remove_xattr()
698 struct ceph_inode_xattr *xattr = NULL; in __copy_xattr_names()
704 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __copy_xattr_names()
721 struct ceph_inode_xattr *xattr = NULL; in __ceph_destroy_xattrs()
728 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __ceph_destroy_xattrs()
756 struct ceph_inode_xattr **xattrs = NULL; in __build_xattrs()
777 xattrs = kcalloc(numattr, sizeof(struct ceph_inode_xattr *), in __build_xattrs()
784 xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr), in __build_xattrs()
862 struct ceph_inode_xattr *xattr = NULL; in __ceph_build_xattrs_blob()
877 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __ceph_build_xattrs_blob()
925 struct ceph_inode_xattr *xattr; in __ceph_getxattr()
1127 struct ceph_inode_xattr *xattr = NULL; in __ceph_setxattr()
1159 xattr = kmalloc(sizeof(struct ceph_inode_xattr), GFP_NOFS); in __ceph_setxattr()