Searched refs:R_OK (Results 1 – 2 of 2) sorted by relevance
281 #ifndef R_OK282 #define R_OK 4 macro
2248 if (amode & ~(R_OK | W_OK | X_OK)) { in yaffs_access()2269 if ((amode & R_OK) && !(obj->yst_mode & S_IREAD)) in yaffs_access()