Lines Matching refs:ceph_inode_xattr
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()
377 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __copy_xattr_names()
394 struct ceph_inode_xattr *xattr = NULL; in __ceph_destroy_xattrs()
401 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __ceph_destroy_xattrs()
429 struct ceph_inode_xattr **xattrs = NULL; in __build_xattrs()
457 xattrs[i] = kmalloc(sizeof(struct ceph_inode_xattr), in __build_xattrs()
532 struct ceph_inode_xattr *xattr = NULL; in __ceph_build_xattrs_blob()
546 xattr = rb_entry(p, struct ceph_inode_xattr, node); in __ceph_build_xattrs_blob()
577 struct ceph_inode_xattr *xattr; in ceph_getxattr()
780 struct ceph_inode_xattr *xattr = NULL; in ceph_setxattr()
805 xattr = kmalloc(sizeof(struct ceph_inode_xattr), GFP_NOFS); in ceph_setxattr()