Home
last modified time | relevance | path

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

/kernel/uniproton/src/fs/
Dfs.c38 return OsMapToPosixRet(ret); in open()
44 return OsMapToPosixRet(ret); in close()
50 return OsMapToPosixRet(ret); in read()
56 return OsMapToPosixRet(ret); in write()
67 return OsMapToPosixRet(ret); in stat()
73 return OsMapToPosixRet(ret); in statfs()
79 return OsMapToPosixRet(ret); in unlink()
85 return OsMapToPosixRet(ret); in rename()
91 return OsMapToPosixRet(ret); in fsync()
107 return OsMapToPosixRet(ret); in closedir()
[all …]
/kernel/uniproton/src/fs/vfs/
Dvfs_operations.h63 static inline S32 OsMapToPosixRet(S32 ret) in OsMapToPosixRet() function