Home
last modified time | relevance | path

Searched refs:cell_node (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/afs/
H A Dvolume.c29 p = rb_entry(parent, struct afs_volume, cell_node); in afs_insert_volume_into_cell()
41 rb_replace_node_rcu(&p->cell_node, &volume->cell_node, &cell->volumes); in afs_insert_volume_into_cell()
45 rb_link_node_rcu(&volume->cell_node, parent, pp); in afs_insert_volume_into_cell()
46 rb_insert_color(&volume->cell_node, &cell->volumes); in afs_insert_volume_into_cell()
65 rb_erase(&volume->cell_node, &cell->volumes); in afs_remove_volume_from_cell()
H A Dcallback.c125 volume = rb_entry(p, struct afs_volume, cell_node); in afs_lookup_volume_rcu()
H A Dvl_alias.c197 struct afs_volume, cell_node), in afs_query_for_alias_one()
H A Dinternal.h581 struct rb_node cell_node; /* Link in cell->volumes */ member