Searched refs:cell_node (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/fs/afs/ | 
| D | volume.c | 29 		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()
  | 
| D | callback.c | 124 			volume = rb_entry(p, struct afs_volume, cell_node);  in afs_lookup_volume_rcu()
  | 
| D | vl_alias.c | 197 					       struct afs_volume, cell_node),  in afs_query_for_alias_one()
  | 
| D | internal.h | 577 	struct rb_node		cell_node;	/* Link in cell->volumes */  member
  |