Searched refs:ELOOP (Results 1 – 5 of 5) sorted by relevance
213 #ifndef ELOOP214 #define ELOOP 40 macro
929 yaffsfs_SetError(-ELOOP); in yaffs_open_sharing()1330 yaffsfs_SetError(-ELOOP); in yaffs_truncate()1445 yaffsfs_SetError(-ELOOP); in yaffsfs_DoUnlink()1535 yaffsfs_SetError(-ELOOP); in yaffs_rename()1655 yaffsfs_SetError(-ELOOP); in yaffsfs_DoStatOrLStat()1759 yaffsfs_SetError(-ELOOP); in yaffs_utime()1824 yaffsfs_SetError(-ELOOP); in yaffs_do_setxattr()1912 yaffsfs_SetError(-ELOOP); in yaffs_do_getxattr()1996 yaffsfs_SetError(-ELOOP); in yaffs_do_listxattr()2081 yaffsfs_SetError(-ELOOP); in yaffs_do_removexattr()[all …]
138 case ELOOP: return "Symlink loop"; in yaffs_error_str()
46 #define ELOOP 40 /* Too many symbolic links encountered */ macro
54 ERRNO_MSG(ELOOP, "Too many symbolic links encountered"),