Home
last modified time | relevance | path

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

/Linux-v5.10/fs/afs/
Dvolume.c30 p = rb_entry(parent, struct afs_volume, cell_node); in afs_insert_volume_into_cell()
41 rb_link_node_rcu(&volume->cell_node, parent, pp); in afs_insert_volume_into_cell()
42 rb_insert_color(&volume->cell_node, &cell->volumes); in afs_insert_volume_into_cell()
60 rb_erase(&volume->cell_node, &cell->volumes); in afs_remove_volume_from_cell()
Dcallback.c84 volume = rb_entry(p, struct afs_volume, cell_node); in afs_lookup_volume_rcu()
Dvl_alias.c197 struct afs_volume, cell_node), in afs_query_for_alias_one()
Dinternal.h571 struct rb_node cell_node; /* Link in cell->volumes */ member