Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/fastfat/
H A Dallocsup.c2908 ULONG MyStart, MyLength, count; in _Requires_lock_held_() local
2959 MyLength = Window->LastCluster - Window->FirstCluster + 1; in _Requires_lock_held_()
2964 MyLength = ClusterEnd - Window->FirstCluster + 1; in _Requires_lock_held_()
2977 MyLength = ClusterCount; in _Requires_lock_held_()
2981 MyLength = Window->LastCluster - ClusterIndex + 1; in _Requires_lock_held_()
2985 if (MyLength == 0) { in _Requires_lock_held_()
3005 for (i = 0; i < MyLength; i++) { in _Requires_lock_held_()
3014 MyLength ); in _Requires_lock_held_()
3033 for (MyLength = ClusterCount; MyLength > 0; MyLength -= count) { in _Requires_lock_held_()
3035 count = FatMin(Window->LastCluster - MyStart + 1, MyLength); in _Requires_lock_held_()
[all …]