Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/exfat/
H A Ddir.c77 if (ei->type != TYPE_DIR) in exfat_readdir()
127 if (type != TYPE_FILE && type != TYPE_DIR) { in exfat_readdir()
356 return TYPE_DIR; in exfat_get_entry_type()
398 } else if (type == TYPE_DIR) { in exfat_set_entry_type()
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()
1174 if (entry_type != TYPE_DIR) in exfat_count_dir_entries()
H A Dnamei.c500 if (type == TYPE_DIR) { in exfat_add_entry()
673 if (info->type == TYPE_DIR) { in exfat_find()
841 err = exfat_add_entry(dir, dentry->d_name.name, &cdir, TYPE_DIR, in exfat_mkdir()
898 if (type != TYPE_FILE && type != TYPE_DIR) in exfat_check_dir_empty()
1240 if (new_entry_type == TYPE_DIR) { in __exfat_rename()
1292 if (new_entry_type == TYPE_DIR) { in __exfat_rename()
H A Dfile.c106 if (ei->type != TYPE_FILE && ei->type != TYPE_DIR) in __exfat_truncate()
H A Dexfat_fs.h55 #define TYPE_DIR 0x0104 macro
H A Dinode.c28 bool is_dir = (ei->type == TYPE_DIR) ? true : false; in __exfat_write_inode()
H A Dsuper.c342 ei->type = TYPE_DIR; in exfat_read_root()
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c899 #define TYPE_DIR 0x2 macro
900 #define TYPE_ANY (TYPE_FILE | TYPE_DIR)
927 if (!(type & TYPE_DIR)) in fat_itr_resolve()
1075 if (!fat_itr_resolve(itr, filename, TYPE_DIR)) { in fat_size()
1161 ret = fat_itr_resolve(&dir->itr, filename, TYPE_DIR); in fat_opendir()