Subversion Repositories Kolibri OS

Rev

Rev 9889 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9889 Rev 10007
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: 10007 $
9
 
9
 
10
; file types from stat.h
10
; file types from stat.h
11
S_IFMT      = 0170000o  ; These bits determine file type
11
S_IFMT      = 0170000o  ; These bits determine file type
Line 515... Line 515...
515
        dir_data_magic          dd ?
515
        dir_data_magic          dd ?
516
        dir_leaf1_magic         dw ?
516
        dir_leaf1_magic         dw ?
517
        dir_leafn_magic         dw ?
517
        dir_leafn_magic         dw ?
518
        da_node_magic           dw ?
518
        da_node_magic           dw ?
519
        bmap_magic              dd ?
519
        bmap_magic              dd ?
-
 
520
        dirx_leaf_ents_offset   dd ?
-
 
521
        dirx_leaf_hdr_count_offset dd ?
520
        bmbt_block_size         dd ?
522
        bmbt_block_size         dd ?
521
        dir_block_size          dd ?
523
        dir_block_size          dd ?
522
        dir_data_size           dd ?
524
        dir_data_size           dd ?
523
        dir_leaf1_size          dd ?
525
        dir_leaf1_size          dd ?
524
        dir_leafn_size          dd ?
526
        dir_leafn_size          dd ?