Searched refs:FR_NO_FILE (Results 1 – 2 of 2) sorted by relevance
1499 if (dp->sect == 0) return FR_NO_FILE; /* Report EOT if it has been disabled */ in dir_next()1506 dp->sect = 0; return FR_NO_FILE; in dir_next()1517 dp->sect = 0; return FR_NO_FILE; in dir_next()1526 dp->sect = 0; return FR_NO_FILE; /* Report EOT */ in dir_next()1576 if (res == FR_NO_FILE) res = FR_DENIED; /* No directory entry to allocate */ in dir_alloc()1826 FRESULT res = FR_NO_FILE; in dir_read()1838 res = FR_NO_FILE; break; /* Reached to end of the directory */ in dir_read()1883 FRESULT res = FR_NO_FILE; in dir_read_massive()1895 res = FR_NO_FILE; break; /* Reached to end of the directory */ in dir_read_massive()1960 if (c == 0) { res = FR_NO_FILE; break; } /* Reached to end of table */ in dir_find()[all …]
384 FR_NO_FILE, /* (4) Could not find the file */ enumerator