Home
last modified time | relevance | path

Searched refs:fFlags (Results 1 - 6 of 6) sorted by relevance

/kernel/uniproton/src/fs/vfs/
H A Dvfs_fs.c108 file->fFlags = (U32)flags; in OsVfsOpen()
220 if ((file->fFlags & O_ACCMODE) == O_WRONLY) { in OsVfsRead()
247 if ((file->fFlags & O_ACCMODE) == O_RDONLY) { in OsVfsWrite()
653 ret = (S32)(filep->fFlags); in OsVfsFcntl()
657 filep->fFlags &= ~PRT_FCNTL; in OsVfsFcntl()
658 filep->fFlags |= flags; in OsVfsFcntl()
773 if ((file->fFlags & O_ACCMODE) == O_RDONLY) { in OsVfsFtruncate()
H A Dvfs_files.h55 U32 fFlags; member
H A Dvfs_files.c74 file->fFlags = 0; in OsVfsPutFile()
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_files.h76 UINT32 fFlags; member
H A Dvfs_files.c90 file->fFlags = 0; in VfsFilePut()
H A Dvfs_fs.c280 file->fFlags = (UINT32)flags; in VfsOpen()
399 if ((file->fFlags & O_ACCMODE) == O_WRONLY) { in VfsRead()
428 if ((file->fFlags & O_ACCMODE) == O_RDONLY) { in VfsWrite()
475 ret = (int)(filep->fFlags); in VfsVfcntl()
479 filep->fFlags &= ~LOS_FCNTL; in VfsVfcntl()
480 filep->fFlags |= flags; in VfsVfcntl()
1321 if ((file->fFlags & O_ACCMODE) == O_RDONLY) { in ftruncate()

Completed in 4 milliseconds