Searched defs:mountflags (Results 1 – 8 of 8) sorted by relevance
/kernel/liteos_m/components/fs/vfs/ |
D | vfs_mount.c | 172 const char *fsType, unsigned long mountflags) in VfsMountPointInit() 230 const char *fsType, unsigned long mountflags, in VfsRemount() 267 const char *fsType, unsigned long mountflags, in mount()
|
/kernel/uniproton/src/fs/vfs/ |
D | vfs_mount.c | 145 const char *filesystemtype, uintptr_t mountflags, in OsVfsMount()
|
/kernel/liteos_m/components/fs/fatfs/ |
D | fatfs.c | 99 static int Remount(struct MountPoint *mp, unsigned long mountflags) in Remount() 247 int FatfsMount(struct MountPoint *mp, unsigned long mountflags, in FatfsMount()
|
/kernel/uniproton/src/fs/ |
D | fs.c | 200 const char *filesystemtype, unsigned long mountflags, in mount()
|
/kernel/uniproton/src/fs/littlefs/ |
D | lfs_adapter.c | 151 static S32 OsLfsMount(struct TagMountPoint *mp, uintptr_t mountflags, const void *data) in OsLfsMount()
|
/kernel/liteos_m/components/fs/littlefs/ |
D | lfs_adapter.c | 173 int LfsMount(struct MountPoint *mp, unsigned long mountflags, const void *data) in LfsMount()
|
/kernel/liteos_a/fs/fat/os_adapt/ |
D | fatfs.c | 192 static int fatfs_sync(unsigned long mountflags, FATFS *fs) in fatfs_sync()
|
/kernel/liteos_a/syscall/ |
D | fs_syscall.c | 746 …Mount(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, in SysMount()
|