Searched refs:FS_ERROR_BASE (Results 1 – 1 of 1) sorted by relevance
376 #define FS_ERROR_BASE (-196608) macro378 #define FS_ERROR_NOT_INIT (FS_ERROR_BASE-1) // -196609380 #define FS_ERROR_BUSY (FS_ERROR_BASE-2) // -196610382 #define FS_ERROR_CANCELED (FS_ERROR_BASE-3) // -196611384 #define FS_ERROR_END_OF_DIRECTORY (FS_ERROR_BASE-4) // -196612386 #define FS_ERROR_END_OF_FILE (FS_ERROR_BASE-5) // -196613389 #define FS_ERROR_MAX_MOUNTPOINTS (FS_ERROR_BASE-16) // -196624391 #define FS_ERROR_MAX_VOLUMES (FS_ERROR_BASE-17) // -196625393 #define FS_ERROR_MAX_CLIENTS (FS_ERROR_BASE-18) // -196626395 #define FS_ERROR_MAX_FILES (FS_ERROR_BASE-19) // -196627[all …]