Searched refs:dt_type (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.h111 const MFT_REF mref, const unsigned dt_type);
H A Ddir.c889 unsigned dt_type; local
908 dt_type = NTFS_DT_DIR;
910 dt_type = NTFS_DT_UNKNOWN;
912 dt_type = NTFS_DT_REG;
925 mref, dt_type);
937 mref, dt_type);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dntfsdir.c39 const unsigned dt_type)
37 _ntfs_dirent_filler(void *_dirent, const ntfschar *name, const int name_len, const int name_type, const s64 pos, const MFT_REF mref, const unsigned dt_type) argument

Completed in 43 milliseconds