Searched refs:volume_lock (Results 1 – 5 of 5) sorted by relevance
124 read_seqbegin_or_lock(&cell->volume_lock, &seq); in afs_lookup_volume_rcu()141 if (!need_seqretry(&cell->volume_lock, seq)) in afs_lookup_volume_rcu()146 done_seqretry(&cell->volume_lock, seq); in afs_lookup_volume_rcu()
26 write_seqlock(&cell->volume_lock); in afs_insert_volume_into_cell()52 write_sequnlock(&cell->volume_lock); in afs_insert_volume_into_cell()64 write_seqlock(&cell->volume_lock); in afs_remove_volume_from_cell()68 write_sequnlock(&cell->volume_lock); in afs_remove_volume_from_cell()
145 read_seqlock_excl(&p->volume_lock); in afs_query_for_alias_one()150 read_sequnlock_excl(&p->volume_lock); in afs_query_for_alias_one()
167 seqlock_init(&cell->volume_lock); in afs_alloc_cell()
421 seqlock_t volume_lock; /* For volumes */ member