Home
last modified time | relevance | path

Searched refs:dt_type (Results 1 – 9 of 9) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Ddir.c869 u32 dt_type; in ntfs_interix_types() local
872 dt_type = NTFS_DT_UNKNOWN; in ntfs_interix_types()
880 dt_type = NTFS_DT_DIR; in ntfs_interix_types()
882 dt_type = NTFS_DT_REG; in ntfs_interix_types()
885 dt_type = (na->data_size ? in ntfs_interix_types()
892 dt_type = NTFS_DT_LNK; in ntfs_interix_types()
894 dt_type = NTFS_DT_BLK; in ntfs_interix_types()
896 dt_type = NTFS_DT_CHR; in ntfs_interix_types()
901 return (dt_type); in ntfs_interix_types()
917 u32 dt_type; in ntfs_dir_entry_type() local
[all …]
/third_party/ntfs-3g/ntfsprogs/
Dntfsls.c130 const unsigned dt_type);
493 const MFT_REF mref, const unsigned dt_type) in list_dir_entry() argument
520 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()
Dntfsusermap.c179 unsigned int dt_type);
584 const unsigned int dt_type __attribute__((unused))) in callback() argument
Dntfssecaudit.c329 const MFT_REF mft_ref, const unsigned int dt_type);
464 const MFT_REF mft_ref, const unsigned int dt_type);
4684 const unsigned int dt_type __attribute__((unused))) in callback() argument
/third_party/ntfs-3g/src/
Dntfs-3g_common.c919 u32 dt_type; local
953 dt_type = ntfs_interix_types(ni);
954 res = (dt_type == NTFS_DT_REG)
955 || (dt_type == NTFS_DT_DIR);
Dntfs-3g.c1260 const unsigned dt_type __attribute__((unused))) in ntfs_fuse_filler() argument
1287 switch (dt_type) { in ntfs_fuse_filler()
Dlowntfs-3g.c1232 const unsigned dt_type __attribute__((unused))) in ntfs_fuse_filler() argument
1256 switch (dt_type) { in ntfs_fuse_filler()
/third_party/ntfs-3g/include/ntfs-3g/
Ddir.h107 const MFT_REF mref, const unsigned dt_type);
/third_party/python/Lib/test/test_zoneinfo/
Dtest_zoneinfo.py967 for dt_naive, offset, dt_type in cases:
968 if dt_type == self.GAP:
981 if dt_type == self.FOLD: