Searched refs:ceph_inode_xattr (Results 1 – 2 of 2) sorted by relevance
17 struct ceph_inode_xattr *xattr);365 struct ceph_inode_xattr **newxattr) in __set_xattr()369 struct ceph_inode_xattr *xattr = NULL; in __set_xattr()376 xattr = rb_entry(parent, struct ceph_inode_xattr, node); in __set_xattr()460 static struct ceph_inode_xattr *__get_xattr(struct ceph_inode_info *ci, in __get_xattr()465 struct ceph_inode_xattr *xattr = NULL; in __get_xattr()472 xattr = rb_entry(parent, struct ceph_inode_xattr, node); in __get_xattr()492 static void __free_xattr(struct ceph_inode_xattr *xattr) in __free_xattr()505 struct ceph_inode_xattr *xattr) in __remove_xattr()529 struct ceph_inode_xattr *xattr = NULL; in __copy_xattr_names()[all …]
225 struct ceph_inode_xattr { struct