Searched refs:TYPE_FILE (Results 1 – 6 of 6) sorted by relevance
106 if (ei->type != TYPE_FILE && ei->type != TYPE_DIR) in __exfat_truncate()148 if (ei->type == TYPE_FILE) in __exfat_truncate()184 WARN_ON(ei->type != TYPE_FILE); in __exfat_truncate()
526 if (type == TYPE_FILE) { in exfat_add_entry()556 err = exfat_add_entry(dir, dentry->d_name.name, &cdir, TYPE_FILE, in exfat_create()640 if ((info->type == TYPE_FILE) && (info->size == 0)) { in exfat_find()898 if (type != TYPE_FILE && type != TYPE_DIR) in exfat_check_dir_empty()1033 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_rename_file()1066 if (exfat_get_entry_type(epold) == TYPE_FILE) { in exfat_rename_file()1116 if (exfat_get_entry_type(epnew) == TYPE_FILE) { in exfat_move_file()
127 if (type != TYPE_FILE && type != TYPE_DIR) { in exfat_readdir()357 return TYPE_FILE; in exfat_get_entry_type()401 } else if (type == TYPE_FILE) { in exfat_set_entry_type()480 (type == TYPE_FILE) ? ALLOC_FAT_CHAIN : ALLOC_NO_FAT_CHAIN, in exfat_init_dir_entry()759 if (type != TYPE_FILE && type != TYPE_DIR) in exfat_validate_entry()993 if (entry_type == TYPE_FILE || entry_type == TYPE_DIR) { in exfat_find_dir_entry()
56 #define TYPE_FILE 0x011F macro
140 } else if (ei->type == TYPE_FILE) { in exfat_map_cluster()
898 #define TYPE_FILE 0x1 macro900 #define TYPE_ANY (TYPE_FILE | TYPE_DIR)962 } else if (!(type & TYPE_FILE)) { in fat_itr_resolve()1067 ret = fat_itr_resolve(itr, filename, TYPE_FILE); in fat_size()1104 ret = fat_itr_resolve(itr, filename, TYPE_FILE); in file_fat_read_at()