Home
last modified time | relevance | path

Searched refs:s_rb (Results 1 – 2 of 2) sorted by relevance

/fs/sysfs/
Ddir.c31 #define to_sysfs_dirent(X) rb_entry((X), struct sysfs_dirent, s_rb);
105 node = &pos->s_rb.rb_left; in sysfs_link_sibling()
107 node = &pos->s_rb.rb_right; in sysfs_link_sibling()
112 rb_link_node(&sd->s_rb, parent, node); in sysfs_link_sibling()
113 rb_insert_color(&sd->s_rb, &sd->s_parent->s_dir.children); in sysfs_link_sibling()
132 rb_erase(&sd->s_rb, &sd->s_parent->s_dir.children); in sysfs_unlink_sibling()
966 struct rb_node *node = rb_next(&pos->s_rb); in sysfs_dir_pos()
980 struct rb_node *node = rb_next(&pos->s_rb); in sysfs_dir_next_pos()
Dsysfs.h64 struct rb_node s_rb; member