Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dmake_ext4fs.c258 dentries[i].file_type = EXT4_FT_SYMLINK; in build_directory_structure()
312 } else if (dentries[i].file_type == EXT4_FT_SYMLINK) { in build_directory_structure()
Dext4.h556 #define EXT4_FT_SYMLINK 7 macro