Searched refs:W_OK (Results 1 - 2 of 2) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyportenv.h284 #define W_OK 2 macro
H A Dyaffsfs.c2249 if (amode & ~(R_OK | W_OK | X_OK)) {
2265 else if ((amode & W_OK) && obj->my_dev->read_only)
2272 if ((amode & W_OK) && !(obj->yst_mode & S_IWRITE))

Completed in 44 milliseconds