Searched refs:f_oflags (Results 1 – 12 of 12) sorted by relevance
60 if (((unsigned int)(filep->f_oflags) & O_ACCMODE) == O_RDONLY) { in file_fallocate()131 if (filep->f_oflags & O_DIRECTORY) { in fallocate()
61 if (((unsigned int)(filep->f_oflags) & O_ACCMODE) == O_RDONLY) { in file_fallocate64()136 if ((unsigned int)filep->f_oflags & O_DIRECTORY) { in fallocate64()
387 if (filep->f_oflags & O_DIRECTORY) { in FilePreClose()
52 if (filep->f_oflags & O_DIRECTORY) { in _lseek()92 if (filep->f_oflags & O_DIRECTORY) { in _lseek64()
84 …if (!((unsigned int)filep->f_oflags & O_RDWR) && (((unsigned int)filep->f_oflags & O_ACCMODE) ^ O_… in OsNamedMmapingPermCheck()88 if (((unsigned int)filep->f_oflags & O_APPEND) && (prot & PROT_WRITE)) { in OsNamedMmapingPermCheck()91 if ((prot & PROT_WRITE) && !((unsigned int)filep->f_oflags & O_RDWR)) { in OsNamedMmapingPermCheck()180 UINT32 fileFlags = region->unTypeData.rf.f_oflags; in OsProtMprotectPermCheck()
505 region->unTypeData.rf.f_oflags = filep->f_oflags; in OsVfsFileMmap()
680 newRegion->unTypeData.rf.f_oflags = oldRegion->unTypeData.rf.f_oflags;
230 g_serialFilep.f_oflags = O_RDWR; in virtual_serial_init()
1068 filep->f_oflags = O_RDWR; in OsConsoleDevInit()
97 int f_oflags; member
1427 if (filep->f_oflags & O_DIRECTORY) { in SysFstat()1464 if (filep->f_oflags & O_DIRECTORY) { in SysFsync()
780 if ((filep->f_oflags & O_ACCMODE) == O_RDONLY) { in fatfs_lseek64()