Searched refs:nwnd (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ntfs3/
H A Dbitmap.c519 for (iw = 0; iw < wnd->nwnd; iw++) {
520 if (iw + 1 == wnd->nwnd)
657 wnd->nwnd = bytes_to_block(sb, bitmap_size(nbits));
663 kvmalloc_array(wnd->nwnd, sizeof(u16), GFP_KERNEL | __GFP_ZERO);
719 while (iw < wnd->nwnd && bits) {
722 if (iw + 1 == wnd->nwnd)
769 while (iw < wnd->nwnd && bits) {
772 if (unlikely(iw + 1 == wnd->nwnd))
856 while (iw < wnd->nwnd && bits) {
859 if (unlikely(iw + 1 == wnd->nwnd))
993 size_t iw, prev_tail, nwnd, wbit, ebit, zbit, zend; local
[all...]
H A Dntfs_fs.h152 size_t nwnd; member in struct:wnd_bitmap

Completed in 208 milliseconds