Searched refs:EISDIR (Results 1 – 15 of 15) 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()
66 XSD_ERROR(EISDIR),
24 #define EISDIR 21 /* Is a directory */ macro
146 if e.errno == errno.EISDIR:159 if e.errno == errno.EISDIR:
35 ERRNO_MSG(EISDIR, "Is a directory"),
216 if (fd < 0 && errno == EISDIR) in main()
124 case EISDIR: return TARGET_EISDIR; in errno_h2g()
160 if recurse and exc.errno == errno.EISDIR:
1102 ret = -EISDIR; in file_fat_write_at()
370 if (fd == -1 && errno == EISDIR) { in fchmodat_nofollow()
3372 err = -EISDIR; in v9fs_rename()3511 err = -EISDIR; in v9fs_renameat()
1373 return -EISDIR; in file_ram_open()1390 } else if (errno == EISDIR) { in file_ram_open()