Searched refs:FR_NOT_ENABLED (Results 1 – 6 of 6) sorted by relevance
190 FR_NOT_ENABLED, /* (12) The volume has no work area */ enumerator
52 [FR_NOT_ENABLED] = MP_ENODEV,
267 FR_NOT_ENABLED, /* (12) The volume has no work area */ enumerator
890 if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { in unlock_fs()
228 FR_NOT_ENABLED = -ENODEV, /* (12) The volume has no work area */ enumerator
740 if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { in unlock_fs()3060 if (!fs) return FR_NOT_ENABLED; /* Is the filesystem object available? */
Completed in 42 milliseconds