Searched refs:EXT2_FT_DIR (Results 1 - 8 of 8) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dnewdir.c21 #ifndef EXT2_FT_DIR
22 #define EXT2_FT_DIR 2 macro
54 filetype = EXT2_FT_DIR << 8;
H A Dmkdir.c29 #ifndef EXT2_FT_DIR
30 #define EXT2_FT_DIR 2 macro
127 retval = ext2fs_link(fs, parent, name, ino, EXT2_FT_DIR);
H A Dext2_fs.h792 #define EXT2_FT_DIR 2 macro
/external/e2fsprogs/debugfs/
H A Dutil.c463 return EXT2_FT_DIR;
/external/e2fsprogs/e2fsck/
H A Dpass3.c478 pctx.errcode = ext2fs_link(fs, EXT2_ROOT_INO, name, ino, EXT2_FT_DIR);
635 (EXT2_FT_DIR << 8);
H A Dutil.c585 return EXT2_FT_DIR;
H A Drehash.c498 filetype = EXT2_FT_DIR << 8;
H A Dpass2.c499 should_be = EXT2_FT_DIR;

Completed in 1214 milliseconds