Searched refs:volume_lock (Results 1 – 5 of 5) sorted by relevance
120 read_seqbegin_or_lock(&cell->volume_lock, &seq); in afs_lookup_volume_rcu()135 } while (need_seqretry(&cell->volume_lock, seq)); in afs_lookup_volume_rcu()137 done_seqretry(&cell->volume_lock, seq); in afs_lookup_volume_rcu()
24 write_seqlock(&cell->volume_lock); in afs_insert_volume_into_cell()45 write_sequnlock(&cell->volume_lock); in afs_insert_volume_into_cell()57 write_seqlock(&cell->volume_lock); in afs_remove_volume_from_cell()60 write_sequnlock(&cell->volume_lock); in afs_remove_volume_from_cell()
194 read_seqlock_excl(&p->volume_lock); in afs_query_for_alias_one()199 read_sequnlock_excl(&p->volume_lock); in afs_query_for_alias_one()
166 seqlock_init(&cell->volume_lock); in afs_alloc_cell()
383 seqlock_t volume_lock; /* For volumes */ member