Lines Matching refs:ceph_inode_xattr
19 struct ceph_inode_xattr *xattr);
437 struct ceph_inode_xattr **newxattr) in __set_xattr()
441 struct ceph_inode_xattr *xattr = NULL; in __set_xattr()
448 xattr = rb_entry(parent, struct ceph_inode_xattr, node); in __set_xattr()
532 static struct ceph_inode_xattr *__get_xattr(struct ceph_inode_info *ci, in __get_xattr()
537 struct ceph_inode_xattr *xattr = NULL; in __get_xattr()
544 xattr = rb_entry(parent, struct ceph_inode_xattr, node); in __get_xattr()
564 static void __free_xattr(struct ceph_inode_xattr *xattr) in __free_xattr()
577 struct ceph_inode_xattr *xattr) in __remove_xattr()
601 struct ceph_inode_xattr *xattr = NULL; in __copy_xattr_names()
607 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __copy_xattr_names()
624 struct ceph_inode_xattr *xattr = NULL; in __ceph_destroy_xattrs()
631 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __ceph_destroy_xattrs()
659 struct ceph_inode_xattr **xattrs = NULL; in __build_xattrs()
680 xattrs = kcalloc(numattr, sizeof(struct ceph_inode_xattr *), in __build_xattrs()
687 xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr), in __build_xattrs()
765 struct ceph_inode_xattr *xattr = NULL; in __ceph_build_xattrs_blob()
780 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __ceph_build_xattrs_blob()
828 struct ceph_inode_xattr *xattr; in __ceph_getxattr()
1025 struct ceph_inode_xattr *xattr = NULL; in __ceph_setxattr()
1057 xattr = kmalloc(sizeof(struct ceph_inode_xattr), GFP_NOFS); in __ceph_setxattr()