Lines Matching refs:FS_EXFAT

1185 		case FS_EXFAT :  in get_fat()
1262 case FS_EXFAT : in put_fat()
1266 if (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) { in put_fat()
1435 if (pclst != 0 && (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT || obj->stat != 2)) { in remove_chain()
1446 if (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) { in remove_chain()
1459 if (fs->fs_type == FS_EXFAT) { in remove_chain()
1477 if (fs->fs_type == FS_EXFAT) { in remove_chain()
1535 if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */ in create_chain()
1692 …if (ofs >= (DWORD)((FF_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR) || ofs % SZDIR… in dir_sdi()
1741 …if (ofs >= (DWORD)((FF_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR)) dp->sect = 0;… in dir_next()
1809 …if ((fs->fs_type == FS_EXFAT) ? (int)((dp->dir[XDIR_Type] & 0x80) == 0) : (int)(dp->dir[DIR_Name] …
2354 if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */
2426 if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */
2508 if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */
2613 if (FF_FS_EXFAT && fs->fs_type == FS_EXFAT) { /* On the exFAT volume */
2665 if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */
3048 if (fs->fs_type == FS_EXFAT && dp->obj.sclust) { /* exFAT: Retrieve the sub-directory's status */
3090 if (fs->fs_type == FS_EXFAT) { /* Save containing directory information for next dir */
3350 fmt = FS_EXFAT; /* FAT sub-type */
3604 if (fs->fs_type == FS_EXFAT) {
3674 if (fs->fs_type == FS_EXFAT) {
3857 if ((!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) && (DWORD)(fp->fptr + btw) < (DWORD)fp->fptr) {
3980 if (fs->fs_type == FS_EXFAT) {
4115 if (fs->fs_type == FS_EXFAT) {
4124 if (fs->fs_type == FS_EXFAT) {
4184 …if (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) { /* (Cannot do getcwd on exFAT and returns root path…
4270 if (res == FR_OK && fs->fs_type == FS_EXFAT) {
4331 …if (fs->fs_type != FS_EXFAT && ofs >= 0x100000000) ofs = 0xFFFFFFFF; /* Clip at 4 GiB - 1 if at FA…
4437 if (fs->fs_type == FS_EXFAT) {
4667 if (fs->fs_type == FS_EXFAT) { /* exFAT: Scan allocation bitmap */
4810 if (fs->fs_type == FS_EXFAT) {
4828 if (fs->fs_type == FS_EXFAT) {
4899 if (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) { /* Create dot entries (FAT only) */
4915 if (fs->fs_type == FS_EXFAT) { /* Initialize directory entry block */
4978 if (fs->fs_type == FS_EXFAT) { /* At exFAT volume */
5082 if (fs->fs_type == FS_EXFAT) {
5127 if (fs->fs_type == FS_EXFAT) {
5178 if (fs->fs_type == FS_EXFAT) {
5227 case FS_EXFAT:
5270 if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */
5322 if (FF_FS_EXFAT && fs->fs_type == FS_EXFAT) {
5341 if (FF_FS_EXFAT && fs->fs_type == FS_EXFAT) {
5385 …if (fs->fs_type != FS_EXFAT && fsz >= 0x100000000) LEAVE_FF(fs, FR_DENIED); /* Check if in size li…
5393 if (fs->fs_type == FS_EXFAT) {
5615 fmt = FS_EXFAT; break;
5629 if (fmt == FS_EXFAT) { /* Create an exFAT volume */
5946 if (FF_FS_EXFAT && fmt == FS_EXFAT) {