Searched refs:ENOTEMPTY (Results 1 – 6 of 6) sorted by relevance
185 #ifndef ENOTEMPTY186 #define ENOTEMPTY 39 macro
33 { ENOTEMPTY, "ENOTEMPTY"},
131 case ENOTEMPTY: return "Not empty"; in yaffs_error_str()
1466 yaffsfs_SetError(-ENOTEMPTY); in yaffsfs_DoUnlink()1548 yaffsfs_SetError(-ENOTEMPTY); in yaffs_rename()
45 #define ENOTEMPTY 39 /* Directory not empty */ macro
53 ERRNO_MSG(ENOTEMPTY, "Directory not empty"),