MCPcopy 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
90rt_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
98rt_inline int dfs_oflags(int fflags)
99{

Callers 5

dfs_file_openFunction · 0.85
dfs_file_preadFunction · 0.85
dfs_file_readFunction · 0.85
dfs_file_pwriteFunction · 0.85
dfs_file_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected