Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dbitmap.c1441 CLST lcn_to; in ntfs_trim_fs() local
1447 lcn_to = wnd->nbits; in ntfs_trim_fs()
1449 lcn_to = bytes_to_cluster(sbi, range->start + range->len); in ntfs_trim_fs()
1457 if (lcn_wnd > lcn_to) in ntfs_trim_fs()
1466 if (lcn_wnd + wbits > lcn_to) in ntfs_trim_fs()
1467 wbits = lcn_to - lcn_wnd; in ntfs_trim_fs()