Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dlcnalloc.c997 s64 to_discard = rl->length - rl_off; in __ntfs_cluster_free() local
999 if (to_discard + total_discarded > total_freed) in __ntfs_cluster_free()
1000 to_discard = total_freed - total_discarded; in __ntfs_cluster_free()
1008 rl->lcn + rl_off + to_discard), in __ntfs_cluster_free()
1019 total_discarded += to_discard; in __ntfs_cluster_free()