Searched refs:EXFAT (Results 1 – 4 of 4) sorted by relevance
418 if (p_fs->vol_type == EXFAT) { in ffsMountVol()433 if (p_fs->vol_type == EXFAT) { in ffsMountVol()465 if (p_fs->vol_type == EXFAT) { in ffsUmountVol()600 if (p_fs->vol_type == EXFAT) { in ffsLookupFile()624 fid->flags = (p_fs->vol_type == EXFAT) ? 0x03 : 0x01; in ffsLookupFile()631 if (p_fs->vol_type == EXFAT) in ffsLookupFile()1005 if (p_fs->vol_type == EXFAT) { in ffsWriteFile()1021 if (p_fs->vol_type != EXFAT) in ffsWriteFile()1034 if (p_fs->vol_type != EXFAT) in ffsWriteFile()1038 if (p_fs->vol_type == EXFAT) { in ffsWriteFile()[all …]
102 if (p_fs->vol_type == EXFAT) { in fs_set_vol_flags()2030 if (p_fs->vol_type == EXFAT) in search_deleted_or_unused_entry()2073 if (p_fs->vol_type == EXFAT) { in find_empty_entry()2113 if (p_fs->vol_type == EXFAT) { in find_empty_entry()2534 if (p_fs->vol_type == EXFAT) in is_dir_empty()2576 if (p_fs->vol_type != EXFAT) { in get_num_entries_and_dos_name()3183 p_fs->vol_type = EXFAT; in exfat_mount()3223 clu.flags = (p_fs->vol_type == EXFAT) ? 0x03 : 0x01; in create_dir()3236 if (p_fs->vol_type == EXFAT) { in create_dir()3294 fid->flags = (p_fs->vol_type == EXFAT) ? 0x03 : 0x01; in create_dir()[all …]
284 } else if (p_fs->vol_type == EXFAT) { in __FAT_read()
183 #define EXFAT 0x07 /* exFAT */ macro