Lines Matching refs:FR_NO_FILE
1742 if (dp->sect == 0) return FR_NO_FILE; /* Report EOT if it has been disabled */ in dir_next()
1749 dp->sect = 0; return FR_NO_FILE; in dir_next()
1760 dp->sect = 0; return FR_NO_FILE; in dir_next()
1770 dp->sect = 0; return FR_NO_FILE; /* Report EOT */ in dir_next()
1821 if (res == FR_NO_FILE) res = FR_DENIED; /* No directory entry to allocate */
2177 if (res == FR_NO_FILE) res = FR_INT_ERR; /* It cannot be */
2189 if (res == FR_NO_FILE) res = FR_INT_ERR; /* It cannot be */
2339 FRESULT res = FR_NO_FILE;
2351 res = FR_NO_FILE; break; /* Reached to end of the directory */
2453 if (c == 0) { res = FR_NO_FILE; break; } /* Reached to end of table */
2548 if (res != FR_NO_FILE) return res; /* Abort if the result is other than 'not collided' */
2622 if (res == FR_NO_FILE) res = FR_INT_ERR;
3073 if (res == FR_NO_FILE) { /* Object is not found */
3586 if (res == FR_NO_FILE) { /* There is no file to open, create a new entry */
3643 res = FR_NO_FILE;
3666 res = FR_NO_FILE;
4140 if (res == FR_NO_FILE) res = FR_NO_PATH;
4200 if (res == FR_NO_FILE) res = FR_INT_ERR;/* It cannot be 'not found'. */
4467 if (res == FR_NO_FILE) res = FR_NO_PATH;
4528 if (res == FR_NO_FILE) res = FR_OK; /* Ignore end of directory */
4532 if (res == FR_NO_FILE) res = FR_OK; /* Ignore end of directory now */
4837 if (res == FR_NO_FILE) res = FR_OK; /* Empty? */
4885 if (FF_FS_RPATH && res == FR_NO_FILE && (dj.fn[NSFLAG] & NS_DOT)) { /* Invalid name? */
4888 if (res == FR_NO_FILE) { /* It is clear to create a new directory */
4986 res = (djn.obj.sclust == djo.obj.sclust && djn.dptr == djo.dptr) ? FR_NO_FILE : FR_EXIST;
4988 if (res == FR_NO_FILE) { /* It is a valid path and no name collision */
5008 res = (djn.obj.sclust == djo.obj.sclust && djn.dptr == djo.dptr) ? FR_NO_FILE : FR_EXIST;
5010 if (res == FR_NO_FILE) { /* It is a valid path and no name collision */
5216 if (res == FR_NO_FILE) { /* No label entry and return nul string */
5335 if (res == FR_NO_FILE) {