Searched refs:dt_type (Results 1 – 9 of 9) sorted by relevance
869 u32 dt_type; in ntfs_interix_types() local872 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 …]
130 const unsigned dt_type);493 const MFT_REF mref, const unsigned dt_type) in list_dir_entry() argument520 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()
179 unsigned int dt_type);584 const unsigned int dt_type __attribute__((unused))) in callback() argument
329 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
919 u32 dt_type; local953 dt_type = ntfs_interix_types(ni);954 res = (dt_type == NTFS_DT_REG)955 || (dt_type == NTFS_DT_DIR);
1260 const unsigned dt_type __attribute__((unused))) in ntfs_fuse_filler() argument1287 switch (dt_type) { in ntfs_fuse_filler()
1232 const unsigned dt_type __attribute__((unused))) in ntfs_fuse_filler() argument1256 switch (dt_type) { in ntfs_fuse_filler()
107 const MFT_REF mref, const unsigned dt_type);
967 for dt_naive, offset, dt_type in cases:968 if dt_type == self.GAP:981 if dt_type == self.FOLD: