Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/libc/musl/
Dfs.c42 const char *filesystemtype, unsigned long mountflags, in mount()
/kernel/liteos_m/kal/libc/newlib/porting/src/
Dfs.c39 const char *filesystemtype, unsigned long mountflags, in mount()
/kernel/liteos_m/components/fs/vfs/
Dlos_fs.c212 const char *filesystemtype, unsigned long mountflags, in LOS_FsMount()
/kernel/liteos_m/components/fs/fatfs/
Dfatfs.c322 const char *filesystemtype, unsigned long mountflags, in fatfs_mount()
/kernel/liteos_a/syscall/
Dfs_syscall.c619 int SysMount(const char *source, const char *target, const char *filesystemtype, unsigned long moun… in SysMount()