Searched refs:TYPE_DIR (Results 1 – 6 of 6) sorted by relevance
82 if (ei->type != TYPE_DIR) in exfat_readdir()131 if (type != TYPE_FILE && type != TYPE_DIR) { in exfat_readdir()363 return TYPE_DIR; in exfat_get_entry_type()411 } else if (type == TYPE_DIR) { in exfat_set_entry_type()1069 if (entry_type == TYPE_FILE || entry_type == TYPE_DIR) { in exfat_find_dir_entry()1235 if (entry_type != TYPE_DIR) in exfat_count_dir_entries()
490 if (type == TYPE_DIR && !sbi->options.zero_size_dir) { in exfat_add_entry()673 if (info->type == TYPE_DIR) { in exfat_find()837 err = exfat_add_entry(dir, dentry->d_name.name, &cdir, TYPE_DIR, in exfat_mkdir()895 if (type != TYPE_FILE && type != TYPE_DIR) in exfat_check_dir_empty()1167 if (new_entry_type == TYPE_DIR) { in __exfat_rename()1215 if (new_entry_type == TYPE_DIR && in __exfat_rename()
64 #define TYPE_DIR 0x0104 macro
154 if (ei->type != TYPE_FILE && ei->type != TYPE_DIR) in __exfat_truncate()
28 bool is_dir = (ei->type == TYPE_DIR) ? true : false; in __exfat_write_inode()
385 ei->type = TYPE_DIR; in exfat_read_root()