Home
last modified time | relevance | path

Searched refs:NTFS_DT_DIR (Results 1 – 6 of 6) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsls.c520 if (dt_type == NTFS_DT_DIR && opts.classify) in list_dir_entry()
523 if (dt_type == NTFS_DT_DIR && opts.recursive in list_dir_entry()
581 if (dt_type != NTFS_DT_DIR) { in list_dir_entry()
/third_party/ntfs-3g/include/ntfs-3g/
Ddir.h91 #define NTFS_DT_DIR 4 macro
/third_party/ntfs-3g/libntfs-3g/
Ddir.c880 dt_type = NTFS_DT_DIR; in ntfs_interix_types()
932 ? NTFS_DT_DIR : NTFS_DT_REG); in ntfs_dir_entry_type()
991 dt_type = NTFS_DT_DIR; in ntfs_filldir()
1157 NTFS_DT_DIR); in ntfs_readdir()
1172 parent_mref, NTFS_DT_DIR); in ntfs_readdir()
2852 if ((dt_type == NTFS_DT_DIR) && (type != FILE_NAME_DOS)) in nlink_increment()
/third_party/ntfs-3g/src/
Dntfs-3g_common.c955 || (dt_type == NTFS_DT_DIR);
Dntfs-3g.c1288 case NTFS_DT_DIR : in ntfs_fuse_filler()
Dlowntfs-3g.c1257 case NTFS_DT_DIR : in ntfs_fuse_filler()