Home
last modified time | relevance | path

Searched refs:readRequested (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c790 u8 readRequested; in yaffs_open_sharing() local
817 readRequested = (rwflags == O_RDWR || rwflags == O_RDONLY) ? 1 : 0; in yaffs_open_sharing()
863 if (readRequested && !(obj->yst_mode & S_IREAD)) in yaffs_open_sharing()
907 if ((!sharedReadAllowed && readRequested) || in yaffs_open_sharing()
971 fd->reading = readRequested; in yaffs_open_sharing()