Lines Matching refs:ceph_inode_xattr

17 			  struct ceph_inode_xattr *xattr);
342 struct ceph_inode_xattr **newxattr) in __set_xattr()
346 struct ceph_inode_xattr *xattr = NULL; in __set_xattr()
353 xattr = rb_entry(parent, struct ceph_inode_xattr, node); in __set_xattr()
434 static struct ceph_inode_xattr *__get_xattr(struct ceph_inode_info *ci, in __get_xattr()
439 struct ceph_inode_xattr *xattr = NULL; in __get_xattr()
446 xattr = rb_entry(parent, struct ceph_inode_xattr, node); in __get_xattr()
466 static void __free_xattr(struct ceph_inode_xattr *xattr) in __free_xattr()
479 struct ceph_inode_xattr *xattr) in __remove_xattr()
503 struct ceph_inode_xattr *xattr; in __remove_xattr_by_name()
516 struct ceph_inode_xattr *xattr = NULL; in __copy_xattr_names()
522 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __copy_xattr_names()
539 struct ceph_inode_xattr *xattr = NULL; in __ceph_destroy_xattrs()
546 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __ceph_destroy_xattrs()
574 struct ceph_inode_xattr **xattrs = NULL; in __build_xattrs()
595 xattrs = kcalloc(numattr, sizeof(struct ceph_inode_xattr *), in __build_xattrs()
602 xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr), in __build_xattrs()
678 struct ceph_inode_xattr *xattr = NULL; in __ceph_build_xattrs_blob()
692 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __ceph_build_xattrs_blob()
722 struct ceph_inode_xattr *xattr; in __ceph_getxattr()
923 struct ceph_inode_xattr *xattr = NULL; in __ceph_setxattr()
950 xattr = kmalloc(sizeof(struct ceph_inode_xattr), GFP_NOFS); in __ceph_setxattr()