Subversion Repositories Kolibri OS

Rev

Rev 9889 | Rev 10007 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9889 Rev 9890
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2013-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2013-2022. All rights reserved. ;;
4
;;  Distributed under terms of the GNU General Public License   ;;
4
;;  Distributed under terms of the GNU General Public License   ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 9889 $
8
$Revision: 9890 $
Line 9... Line 9...
9
 
9
 
Line 1894... Line 1894...
1894
        cmp     [ebp+XFS.version], 5
1894
        cmp     [ebp+XFS.version], 5
1895
        jnz     @f
1895
        jnz     @f
1896
        movbe   eax, [ebx+xfs_da3_intnode.btree+ecx*sizeof.xfs_da_node_entry+xfs_da_node_entry.hashval]
1896
        movbe   eax, [ebx+xfs_da3_intnode.btree+ecx*sizeof.xfs_da_node_entry+xfs_da_node_entry.hashval]
1897
@@:
1897
@@:
1898
        cmp     eax, edi
1898
        cmp     eax, edi
1899
        ja      .node.leaf_found
1899
        jae     .node.leaf_found
1900
        inc     ecx
1900
        inc     ecx
1901
        cmp     ecx, edx
1901
        cmp     ecx, edx
1902
        jnz     .node.next
1902
        jnz     .node.next
1903
        movi    eax, ERROR_FILE_NOT_FOUND
1903
        movi    eax, ERROR_FILE_NOT_FOUND
1904
        test    esp, esp
1904
        test    esp, esp