Searched refs:nr_paths (Results 1 – 1 of 1) sorted by relevance
169 if (unlikely(path_nr >= sctx->nr_paths)) in switch_get_path_nr()200 if (++path_nr >= sctx->nr_paths) in initialise_region_table()212 &sctx->path_list[sctx->nr_paths].dmdev); in parse_path()224 sctx->path_list[sctx->nr_paths].start = start; in parse_path()226 sctx->nr_paths++; in parse_path()238 while (sctx->nr_paths--) in switch_dtr()269 r = dm_read_arg(_args, &as, &nr_paths, &ti->error); in switch_ctr()282 if (as.argc != nr_paths * 2) { in switch_ctr()287 sctx = alloc_switch_ctx(ti, nr_paths, region_size); in switch_ctr()303 r = alloc_region_table(ti, nr_paths); in switch_ctr()[all …]
Completed in 4 milliseconds