Home
last modified time | relevance | path

Searched refs:OsVfsMount (Results 1 – 3 of 3) sorted by relevance

/kernel/uniproton/src/fs/vfs/
Dvfs_mount.h42 S32 OsVfsMount(const char *source, const char *target,
Dvfs_mount.c144 S32 OsVfsMount(const char *source, const char *target, in OsVfsMount() function
/kernel/uniproton/src/fs/
Dfs.c203 return OsVfsMount(source, target, filesystemtype, mountflags, data); in mount()