Lines Matching defs:pos
60 int pos;
63 pos = pblk_ppa_to_pos(geo, ppa);
66 if (test_bit(pos, line->blk_bitmap))
234 int pos;
238 pos = pblk_ppa_to_pos(geo, ppa);
240 while (test_bit(pos, line->blk_bitmap)) {
243 pos = pblk_ppa_to_pos(geo, ppa);
309 int pos;
313 pos = pblk_ppa_to_pos(geo, ppa);
315 return &line->chks[pos];
407 int pos;
410 pos = pblk_ppa_to_pos(geo, ppa);
412 while (test_bit(pos, line->blk_bitmap)) {
415 pos = pblk_ppa_to_pos(geo, ppa);
551 int pos;
559 pos = pblk_ppa_to_pos(geo, ppa);
560 if (!test_bit(pos, line->blk_bitmap))