Lines Matching full:update

183 		INIT_LIST_HEAD(&vl->update);  in afs_vlocation_alloc()
194 * update record if we found it in the cache
243 " failed to update volume '%s' (%x) up in '%s': %d\n", in afs_vlocation_update_record()
266 * apply the update to a VL record
315 /* try to update a known volume in the cell VL databases by in afs_vlocation_fill_in_record()
353 struct afs_vlocation, update); in afs_vlocation_queue_for_updates()
362 list_add_tail(&vl->update, &afs_vlocation_updates); in afs_vlocation_queue_for_updates()
371 * - insert/update in the local cache if did get a VL response
423 /* update volume entry in local cache */ in afs_vlocation_lookup()
457 /* must now wait for creation or update by someone else to in afs_vlocation_lookup()
514 if (!list_empty(&vl->update)) { in afs_put_vlocation()
516 list_del_init(&vl->update); in afs_put_vlocation()
598 * initialise the VL update process
627 * update a volume location
641 /* find a record to update */ in afs_vlocation_updater()
651 struct afs_vlocation, update); in afs_vlocation_updater()
654 list_del_init(&vl->update); in afs_vlocation_updater()
666 list_del_init(&vl->update); in afs_vlocation_updater()
670 /* we can now perform the update */ in afs_vlocation_updater()
671 _debug("update %s", vl->vldb.name); in afs_vlocation_updater()
700 /* next update in 10 minutes, but wait at least 1 second more in afs_vlocation_updater()
705 struct afs_vlocation, update); in afs_vlocation_updater()
709 struct afs_vlocation, update); in afs_vlocation_updater()
717 ASSERT(list_empty(&vl->update)); in afs_vlocation_updater()
719 list_add_tail(&vl->update, &afs_vlocation_updates); in afs_vlocation_updater()