Home
last modified time | relevance | path

Searched defs:filesystemtype (Results 1 – 3 of 3) sorted by relevance

/kernel/uniproton/src/fs/vfs/
Dvfs_mount.c145 const char *filesystemtype, uintptr_t mountflags, in OsVfsMount()
/kernel/uniproton/src/fs/
Dfs.c200 const char *filesystemtype, unsigned long mountflags, in mount()
/kernel/liteos_a/syscall/
Dfs_syscall.c747 int SysMount(const char *source, const char *target, const char *filesystemtype, unsigned long moun… in SysMount()