Searched refs:b_pos (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/fs/ntfs3/ |
D | bitmap.c | 63 size_t to_alloc, size_t *prev_tail, size_t *b_pos, in wnd_scan() argument 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() 992 size_t fnd, max_alloc, b_len, b_pos; in wnd_find() local 1020 b_len = b_pos = 0; in wnd_find() 1138 b_pos = e->start.key; in wnd_find() 1168 b_pos = wbit - prev_tail; in wnd_find() 1225 &prev_tail, &b_pos, in wnd_find() 1240 &b_pos, &b_len); in wnd_find() [all …]
|
/Linux-v6.6/drivers/cxl/core/ |
D | region.c | 1505 int *b_pos) in find_positions() argument 1509 for (i = 0, *a_pos = -1, *b_pos = -1; i < cxlsd->nr_targets; i++) { in find_positions() 1513 *b_pos = i; in find_positions() 1514 if (*a_pos >= 0 && *b_pos >= 0) in find_positions() 1530 int a_pos, b_pos; in cmp_decode_pos() local 1581 find_positions(cxlsd, iter_a, iter_b, &a_pos, &b_pos); in cmp_decode_pos() 1586 if (a_pos < 0 || b_pos < 0) { in cmp_decode_pos() 1596 a_pos - b_pos < 0 ? "before" : "after", in cmp_decode_pos() 1599 return a_pos - b_pos; in cmp_decode_pos()
|