Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ dfs_fflags
Function
dfs_fflags
components/dfs/dfs_v2/include/dfs.h:90–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
#endif
89
90
rt_inline int dfs_fflags(int oflags)
91
{
92
int rw = oflags & O_ACCMODE;
93
94
oflags &= ~O_ACCMODE;
95
return (rw + 1) | oflags;
96
}
97
98
rt_inline int dfs_oflags(int fflags)
99
{
Callers
5
dfs_file_open
Function · 0.85
dfs_file_pread
Function · 0.85
dfs_file_read
Function · 0.85
dfs_file_pwrite
Function · 0.85
dfs_file_write
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected