Searched refs:nwnd (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 528 for (iw = 0; iw < wnd->nwnd; iw++) { in wnd_rescan() 529 if (iw + 1 == wnd->nwnd) in wnd_rescan() 674 wnd->nwnd = bytes_to_block(sb, ntfs3_bitmap_size(nbits)); in wnd_init() 680 kvmalloc_array(wnd->nwnd, sizeof(u16), GFP_KERNEL | __GFP_ZERO); in wnd_init() 736 for (; iw < wnd->nwnd && bits; iw++, bit += op, bits -= op, wbit = 0) { in wnd_set_free() 737 if (iw + 1 == wnd->nwnd) in wnd_set_free() 778 for (; iw < wnd->nwnd && bits; iw++, bit += op, bits -= op, wbit = 0) { in wnd_set_used() 779 if (unlikely(iw + 1 == wnd->nwnd)) in wnd_set_used() 858 for (; iw < wnd->nwnd && bits; iw++, bits -= op, wbit = 0) { in wnd_is_free_hlp() 859 if (unlikely(iw + 1 == wnd->nwnd)) in wnd_is_free_hlp() [all …]
|