Searched refs:ceph_inode_xattr (Results 1 – 2 of 2) sorted by relevance
216 struct ceph_inode_xattr **newxattr) in __set_xattr()220 struct ceph_inode_xattr *xattr = NULL; in __set_xattr()227 xattr = rb_entry(parent, struct ceph_inode_xattr, node); in __set_xattr()289 static struct ceph_inode_xattr *__get_xattr(struct ceph_inode_info *ci, in __get_xattr()294 struct ceph_inode_xattr *xattr = NULL; in __get_xattr()301 xattr = rb_entry(parent, struct ceph_inode_xattr, node); in __get_xattr()321 static void __free_xattr(struct ceph_inode_xattr *xattr) in __free_xattr()334 struct ceph_inode_xattr *xattr) in __remove_xattr()358 struct ceph_inode_xattr *xattr; in __remove_xattr_by_name()371 struct ceph_inode_xattr *xattr = NULL; in __copy_xattr_names()[all …]
190 struct ceph_inode_xattr { struct