Home
last modified time | relevance | path

Searched refs:TYPE_DIR (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/fs/exfat/
Ddir.c77 if (ei->type != TYPE_DIR) in exfat_readdir()
127 if (type != TYPE_FILE && type != TYPE_DIR) { in exfat_readdir()
360 return TYPE_DIR; in exfat_get_entry_type()
402 } else if (type == TYPE_DIR) { in exfat_set_entry_type()
756 if (type != TYPE_FILE && type != TYPE_DIR) in exfat_validate_entry()
995 if (entry_type == TYPE_FILE || entry_type == TYPE_DIR) { in exfat_find_dir_entry()
1178 if (entry_type != TYPE_DIR) in exfat_count_dir_entries()
Dnamei.c501 if (type == TYPE_DIR) { in exfat_add_entry()
680 if (info->type == TYPE_DIR) { in exfat_find()
847 err = exfat_add_entry(dir, dentry->d_name.name, &cdir, TYPE_DIR, in exfat_mkdir()
903 if (type != TYPE_FILE && type != TYPE_DIR) in exfat_check_dir_empty()
1213 if (new_entry_type == TYPE_DIR) { in __exfat_rename()
1265 if (new_entry_type == TYPE_DIR) { in __exfat_rename()
Dfile.c106 if (ei->type != TYPE_FILE && ei->type != TYPE_DIR) in __exfat_truncate()
Dexfat_fs.h54 #define TYPE_DIR 0x0104 macro
Dinode.c28 bool is_dir = (ei->type == TYPE_DIR) ? true : false; in __exfat_write_inode()
Dsuper.c351 ei->type = TYPE_DIR; in exfat_read_root()