Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ext2/src/ext3/
H A Dindirect.c855 for (Layer = 0; Layer < EXT2_BLOCK_TYPES; Layer++) {
972 for (Layer = 0; Layer < EXT2_BLOCK_TYPES && Extra; Layer++) {
1132 for (Layer = EXT2_BLOCK_TYPES; Layer > 0 && Extra; Layer--) {
/reactos/drivers/filesystems/ext2/src/
H A Dmemory.c2659 ULONG dwData[EXT2_BLOCK_TYPES] = {EXT2_NDIR_BLOCKS, 1, 1, 1};
2668 for (i = 0; i < EXT2_BLOCK_TYPES; i++) {
2669 if (BLOCK_BITS >= 12 && i == (EXT2_BLOCK_TYPES - 1)) {
/reactos/drivers/filesystems/ext2/inc/
H A Dext2fs.h77 #define EXT2_BLOCK_TYPES (0x04) macro
779 ULONG max_blocks_per_layer[EXT2_BLOCK_TYPES];