Searched refs:FR_NO_EPERM (Results 1 – 2 of 2) sorted by relevance
405 FR_NO_EPERM, /* (25) Operation not permitted */ enumerator
3536 if (!(fp->flag & FA_READ)) LEAVE_FF(fs, FR_NO_EPERM); /* Check access mode */ in f_read()3656 if (!(fp->flag & FA_WRITE)) LEAVE_FF(fs, FR_NO_EPERM); /* Check access mode */ in f_write()4504 if (!(fp->flag & FA_WRITE)) LEAVE_FF(fs, FR_NO_EPERM); /* Check access mode */ in f_truncate()5466 if (!(fp->flag & FA_READ)) LEAVE_FF(fs, FR_NO_EPERM); /* Check access mode */