Searched refs:readRequested (Results 1 – 1 of 1) sorted by relevance
791 u8 readRequested; in yaffs_open_sharing() local818 readRequested = (rwflags == O_RDWR || rwflags == O_RDONLY) ? 1 : 0; in yaffs_open_sharing()864 if (readRequested && !(obj->yst_mode & S_IREAD)) in yaffs_open_sharing()908 if ((!sharedReadAllowed && readRequested) || in yaffs_open_sharing()972 fd->reading = readRequested; in yaffs_open_sharing()
Completed in 8 milliseconds