Searched refs:res (Results 1 – 2 of 2) sorted by relevance
234 #define ABORT(fs, res) { fp->err = (BYTE)(res); LEAVE_FF(fs, res); } argument242 #define LEAVE_FF(fs, res) { unlock_fs(fs, res); return res; } argument244 #define LEAVE_FF(fs, res) return res argument501 #define LEAVE_MKFS(res) return res argument524 #define LEAVE_MKFS(res) return res argument536 #define LEAVE_MKFS(res) return res argument548 #define LEAVE_MKFS(res) { if (!work) ff_memfree(buf); return res; } argument900 FRESULT res /* Result code to be returned */ in unlock_fs() argument903 if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { in unlock_fs()989 FRESULT res; in dec_lock() local[all …]
106 DRESULT res; in disk_read() local117 return res; in disk_read()126 return res; in disk_read()135 return res; in disk_read()156 DRESULT res; in disk_write() local167 return res; in disk_write()176 return res; in disk_write()185 return res; in disk_write()204 DRESULT res; in disk_ioctl() local212 return res; in disk_ioctl()[all …]