Searched refs:b_pos (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/fs/ntfs3/ |
A D | bitmap.c | 73 *b_pos = wbit - *prev_tail; in wnd_scan() 84 *b_pos = wbit - *prev_tail; in wnd_scan() 100 *b_pos = wbit + wpos - *prev_tail; in wnd_scan() 989 size_t fnd, max_alloc, b_len, b_pos; in wnd_find() local 1017 b_len = b_pos = 0; in wnd_find() 1135 b_pos = e->start.key; in wnd_find() 1165 b_pos = wbit - prev_tail; in wnd_find() 1222 &prev_tail, &b_pos, in wnd_find() 1237 &b_pos, &b_len); in wnd_find() 1284 b_pos = max_alloc - prev_tail; in wnd_find() [all …]
|
/linux-6.3-rc2/drivers/cxl/core/ |
A D | region.c | 1402 int *b_pos) in find_positions() argument 1406 for (i = 0, *a_pos = -1, *b_pos = -1; i < cxlsd->nr_targets; i++) { in find_positions() 1410 *b_pos = i; in find_positions() 1411 if (*a_pos >= 0 && *b_pos >= 0) in find_positions() 1427 int a_pos, b_pos; in cmp_decode_pos() local 1478 find_positions(cxlsd, iter_a, iter_b, &a_pos, &b_pos); in cmp_decode_pos() 1483 if (a_pos < 0 || b_pos < 0) { in cmp_decode_pos() 1492 a_pos - b_pos < 0 ? "before" : "after", in cmp_decode_pos() 1495 return a_pos - b_pos; in cmp_decode_pos()
|
Completed in 9 milliseconds