Searched refs:X_OK (Results 1 – 2 of 2) sorted by relevance
284 #define X_OK 1 macro
2248 if (amode & ~(R_OK | W_OK | X_OK)) { in yaffs_access()2273 if ((amode & X_OK) && !(obj->yst_mode & S_IEXEC)) in yaffs_access()