Home
last modified time | relevance | path

Searched refs:untried (Results 1 – 5 of 5) sorted by relevance

/fs/afs/
Dvl_probe.c211 unsigned long untried) in afs_wait_for_vl_probes() argument
219 _enter("%u,%lx", vllist->nr_servers, untried); in afs_wait_for_vl_probes()
223 if (test_bit(i, &untried)) { in afs_wait_for_vl_probes()
226 __clear_bit(i, &untried); in afs_wait_for_vl_probes()
231 if (have_responders || !untried) in afs_wait_for_vl_probes()
239 if (test_bit(i, &untried)) { in afs_wait_for_vl_probes()
251 if (test_bit(i, &untried)) { in afs_wait_for_vl_probes()
269 if (test_bit(i, &untried)) { in afs_wait_for_vl_probes()
Dvl_rotate.c81 vc->untried = (1UL << vc->server_list->nr_servers) - 1; in afs_start_vl_iteration()
99 vc->untried, vc->index, in afs_select_vlserver()
185 _debug("pick [%lx]", vc->untried); in afs_select_vlserver()
187 error = afs_wait_for_vl_probes(vc->server_list, vc->untried); in afs_select_vlserver()
193 if (test_bit(vc->index, &vc->untried)) in afs_select_vlserver()
201 if (!test_bit(i, &vc->untried) || in afs_select_vlserver()
215 __clear_bit(vc->index, &vc->untried); in afs_select_vlserver()
308 vc->untried, vc->index, vc->nr_iterations, vc->flags, vc->error); in afs_vl_dump_edestaddrreq()
Dfs_probe.c234 int afs_wait_for_fs_probes(struct afs_server_list *slist, unsigned long untried) in afs_wait_for_fs_probes() argument
242 _enter("%u,%lx", slist->nr_servers, untried); in afs_wait_for_fs_probes()
246 if (test_bit(i, &untried)) { in afs_wait_for_fs_probes()
249 __clear_bit(i, &untried); in afs_wait_for_fs_probes()
254 if (have_responders || !untried) in afs_wait_for_fs_probes()
262 if (test_bit(i, &untried)) { in afs_wait_for_fs_probes()
274 if (test_bit(i, &untried)) { in afs_wait_for_fs_probes()
292 if (test_bit(i, &untried)) { in afs_wait_for_fs_probes()
Drotate.c34 op->untried = (1UL << op->server_list->nr_servers) - 1; in afs_start_fs_iteration()
119 op->untried, op->index, in afs_select_fileserver()
326 _debug("pick [%lx]", op->untried); in afs_select_fileserver()
328 error = afs_wait_for_fs_probes(op->server_list, op->untried); in afs_select_fileserver()
337 if (test_bit(op->index, &op->untried)) in afs_select_fileserver()
348 if (!test_bit(i, &op->untried) || in afs_select_fileserver()
362 __clear_bit(op->index, &op->untried); in afs_select_fileserver()
489 op->untried, op->index, op->nr_iterations); in afs_dump_edestaddrreq()
Dinternal.h740 unsigned long untried; /* Bitmask of untried servers */ member
852 unsigned long untried; /* Bitmask of untried servers */ member