Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Ddir.c82 if (ei->type != TYPE_DIR) in exfat_readdir()
128 if (type != TYPE_FILE && type != TYPE_DIR) { in exfat_readdir()
345 return TYPE_DIR; in exfat_get_entry_type()
393 } else if (type == TYPE_DIR) { in exfat_set_entry_type()
1057 if (entry_type == TYPE_FILE || entry_type == TYPE_DIR) { in exfat_find_dir_entry()
1228 if (entry_type != TYPE_DIR) in exfat_count_dir_entries()
H A Dnamei.c497 if (type == TYPE_DIR && !sbi->options.zero_size_dir) { in exfat_add_entry()
702 if (info->type == TYPE_DIR) { in exfat_find()
862 err = exfat_add_entry(dir, dentry->d_name.name, TYPE_DIR, &info); in exfat_mkdir()
920 if (type != TYPE_FILE && type != TYPE_DIR) in exfat_check_dir_empty()
H A Dexfat_fs.h61 #define TYPE_DIR 0x0104 macro
H A Dinode.c28 bool is_dir = (ei->type == TYPE_DIR); in __exfat_write_inode()
H A Dfile.c156 if (ei->type != TYPE_FILE && ei->type != TYPE_DIR) in __exfat_truncate()
H A Dsuper.c365 ei->type = TYPE_DIR; in exfat_read_root()