Searched refs:EISDIR (Results 1 – 6 of 6) sorted by relevance
209 #ifndef EISDIR210 #define EISDIR 21 macro
38 { EISDIR , "EISDIR"},
137 case EISDIR: return "Not permitted on a directory"; in yaffs_error_str()
848 yaffsfs_SetError(-EISDIR); in yaffs_open_sharing()1336 yaffsfs_SetError(-EISDIR); in yaffs_truncate()1456 yaffsfs_SetError(-EISDIR); in yaffsfs_DoUnlink()
24 #define EISDIR 21 /* Is a directory */ macro
35 ERRNO_MSG(EISDIR, "Is a directory"),