Home
last modified time | relevance | path

Searched refs:EXT2_FT_DIR (Results 1 – 10 of 10) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dnewdir.c21 #ifndef EXT2_FT_DIR
22 #define EXT2_FT_DIR 2 macro
49 filetype = EXT2_FT_DIR << 8; in ext2fs_new_dir_block()
Dmkdir.c29 #ifndef EXT2_FT_DIR
30 #define EXT2_FT_DIR 2 macro
114 retval = ext2fs_link(fs, parent, name, ino, EXT2_FT_DIR); in ext2fs_mkdir()
Dext2_fs.h715 #define EXT2_FT_DIR 2 macro
/external/e2fsprogs/e2fsck/
Dpass3.c489 pctx.errcode = ext2fs_link(fs, EXT2_ROOT_INO, name, ino, EXT2_FT_DIR); in e2fsck_get_lost_and_found()
644 (EXT2_FT_DIR << 8); in fix_dotdot_proc()
Dutil.c486 return EXT2_FT_DIR; in ext2_file_type()
Drehash.c473 filetype = EXT2_FT_DIR << 8; in set_root_node()
Dpass2.c498 should_be = EXT2_FT_DIR; in check_filetype()
/external/kernel-headers/original/linux/
Dext2_fs.h538 EXT2_FT_DIR, enumerator
/external/e2fsprogs/debugfs/
Ddebugfs.c990 return EXT2_FT_DIR; in ext2_file_type()
/external/e2fsprogs/doc/
Dlibext2fs.texinfo724 @item EXT2_FT_DIR