Lines Matching refs:rb_node
344 struct rb_node **p; in __set_xattr()
345 struct rb_node *parent = NULL; in __set_xattr()
350 p = &ci->i_xattrs.index.rb_node; in __set_xattr()
437 struct rb_node **p; in __get_xattr()
438 struct rb_node *parent = NULL; in __get_xattr()
443 p = &ci->i_xattrs.index.rb_node; in __get_xattr()
502 struct rb_node **p; in __remove_xattr_by_name()
506 p = &ci->i_xattrs.index.rb_node; in __remove_xattr_by_name()
515 struct rb_node *p; in __copy_xattr_names()
538 struct rb_node *p, *tmp; in __ceph_destroy_xattrs()
677 struct rb_node *p; in __ceph_build_xattrs_blob()