Home
last modified time | relevance | path

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

/Linux-v6.1/fs/afs/
Dvolume.c29 p = rb_entry(parent, struct afs_volume, cell_node); in afs_insert_volume_into_cell()
40 rb_link_node_rcu(&volume->cell_node, parent, pp); in afs_insert_volume_into_cell()
41 rb_insert_color(&volume->cell_node, &cell->volumes); in afs_insert_volume_into_cell()
59 rb_erase(&volume->cell_node, &cell->volumes); in afs_remove_volume_from_cell()
Dcallback.c124 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.h576 struct rb_node cell_node; /* Link in cell->volumes */ member