Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 887 → Rev 864

/kernel/branches/kolibri_pe/fs/ntfs.inc
168,12 → 168,12
@@:
; $MFT and $MFTMirr invalid!
.fail_free_frs:
mov ecx, [ntfs_data.frs_buffer]
call @mem_free@4
push [ntfs_data.frs_buffer]
call kernel_free
jmp problem_fat_dec_count
.fail_free_mft:
mov ecx, [ntfs_data.mft_retrieval]
call @mem_free@4
push [ntfs_data.mft_retrieval]
call kernel_free
jmp .fail_free_frs
.mftok:
; read $MFT table retrieval information
259,9 → 259,9
mov ecx, [ntfs_data.mft_retrieval_size]
add ecx, ecx
rep movsd
mov ecx, [ntfs_data.mft_retrieval]
push [ntfs_data.mft_retrieval]
mov [ntfs_data.mft_retrieval], eax
call @mem_free@4
call kernel_free
mov eax, [ntfs_data.mft_retrieval_size]
.ok:
shl eax, 3
980,8 → 980,8
@@:
; reallocate
push eax
mov ecx, [ntfs_data.cur_index_buf]
call @mem_free@4
push [ntfs_data.cur_index_buf]
call kernel_free
pop ecx
mov [ntfs_data.cur_index_size], ecx
mov edx, PG_SW
1013,10 → 1013,10
rep movsd
mov esi, eax
mov [ntfs_data.cur_index_size], ebp
 
mov ecx, [ntfs_data.cur_index_buf]
call @mem_free@4
 
push esi ebp
push [ntfs_data.cur_index_buf]
call kernel_free
pop ebp esi
mov [ntfs_data.cur_index_buf], esi
.ok2:
add esi, 10h
1327,8 → 1327,8
@@:
; reallocate
push eax
mov ecx, [ntfs_data.cur_index_buf]
call @mem_free@4
push [ntfs_data.cur_index_buf]
call kernel_free
pop ecx
mov [ntfs_data.cur_index_size], ecx
mov edx, PG_SW
1365,10 → 1365,10
rep movsd
mov esi, eax
mov [ntfs_data.cur_index_size], ebp
 
mov ecx, [ntfs_data.cur_index_buf]
call @mem_free@4
 
push esi ebp
push [ntfs_data.cur_index_buf]
call kernel_free
pop ebp esi
mov [ntfs_data.cur_index_buf], esi
.ok2:
add esi, 10h