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

/linux-master/fs/ntfs3/
H A Dbitmap.c1454 CLST lcn_wnd = iw * wbits; local
1457 if (lcn_wnd > lcn_to)
1466 if (lcn_wnd + wbits > lcn_to)
1467 wbits = lcn_to - lcn_wnd;
1478 lcn = lcn_wnd + wbit;

Completed in 249 milliseconds