Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dlcnalloc.c989 s64 total_discarded = 0, rl_off; in __ntfs_cluster_free() local
996 while (rl->length && total_discarded < total_freed) { in __ntfs_cluster_free()
999 if (to_discard + total_discarded > total_freed) in __ntfs_cluster_free()
1000 to_discard = total_freed - total_discarded; in __ntfs_cluster_free()
1019 total_discarded += to_discard; in __ntfs_cluster_free()