Searched refs:iw (Results 1 – 1 of 1) sorted by relevance
| /fs/ntfs3/ |
| A D | bitmap.c | 519 for (iw = 0; iw < wnd->nwnd; iw++) { in wnd_rescan() 719 for (; iw < wnd->nwnd && bits; iw++, bit += op, bits -= op, wbit = 0) { in wnd_set_free() 725 bh = wnd_map(wnd, iw); in wnd_set_free() 761 for (; iw < wnd->nwnd && bits; iw++, bit += op, bits -= op, wbit = 0) { in wnd_set_used() 767 bh = wnd_map(wnd, iw); in wnd_set_used() 841 for (; iw < wnd->nwnd && bits; iw++, bits -= op, wbit = 0) { in wnd_is_free_hlp() 927 for (; iw < wnd->nwnd && bits; iw++, bits -= op, wbit = 0) { in wnd_is_used() 1120 iw = hint >> log2_bits; in wnd_find() 1135 for (; iw < nwnd; iw++) { in wnd_find() 1343 for (iw = old_bits >> (sb->s_blocksize_bits + 3); bits; iw += 1) { in wnd_extend() [all …]
|
Completed in 8 milliseconds