Home
last modified time | relevance | path

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

/linux-6.15/fs/ntfs3/
H A Dbitmap.c1426 CLST lcn_wnd = iw * wbits; in ntfs_trim_fs() local
1429 if (lcn_wnd > lcn_to) in ntfs_trim_fs()
1438 if (lcn_wnd + wbits > lcn_to) in ntfs_trim_fs()
1439 wbits = lcn_to - lcn_wnd; in ntfs_trim_fs()
1450 lcn = lcn_wnd + wbit; in ntfs_trim_fs()