Home
last modified time | relevance | path

Searched defs:mountflags (Results 1 – 7 of 7) sorted by relevance

/kernel/liteos_m/kal/libc/musl/
Dfs.c42 const char *filesystemtype, unsigned long mountflags, in mount()
/kernel/liteos_m/components/fs/fatfs/
Dfatfs.c177 static int Remount(const char *path, unsigned long mountflags) in Remount()
322 const char *filesystemtype, unsigned long mountflags, in fatfs_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/littlefs/
Dlfs_api.c315 …Mount(const char *source, const char *target, const char *fileSystemType, unsigned long mountflags, in LfsMount()
/kernel/liteos_a/fs/fat/os_adapt/
Dfatfs.c192 static int fatfs_sync(unsigned long mountflags, FATFS *fs) in fatfs_sync()
/kernel/liteos_a/syscall/
Dfs_syscall.c619 …Mount(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, in SysMount()