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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c869 u32 dt_type; local
872 dt_type = NTFS_DT_UNKNOWN;
880 dt_type = NTFS_DT_DIR;
882 dt_type = NTFS_DT_REG;
885 dt_type = (na->data_size ?
892 dt_type = NTFS_DT_LNK;
894 dt_type = NTFS_DT_BLK;
896 dt_type = NTFS_DT_CHR;
901 return (dt_type);
917 u32 dt_type; local
964 unsigned dt_type; local
2847 nlink_increment(void *nlink_ptr, const ntfschar *name __attribute__((unused)), const int len __attribute__((unused)), const int type, const s64 pos __attribute__((unused)), const MFT_REF mref __attribute__((unused)), const unsigned int dt_type) argument
[all...]
H A Ddir.h107 const MFT_REF mref, const unsigned dt_type);
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp1163 const int name_type, const s64 pos, const MFT_REF mref, const unsigned dt_type)
1162 _ntfs_readdir_callback(void* _cookie, const ntfschar* ntfs_name, const int ntfs_name_len, const int name_type, const s64 pos, const MFT_REF mref, const unsigned dt_type) argument

Completed in 69 milliseconds