Home
last modified time | relevance | path

Searched defs:fsType (Results 1 - 11 of 11) sorted by relevance

/kernel/liteos_m/components/fs/vfs/
H A Dvfs_maps.c40 struct FsMap *VfsFsMapGet(const char *fsType) in VfsFsMapGet() argument
58 int OsFsRegister(const char *fsType, const struct MountOps *fsMops, in OsFsRegister() argument
97 LOS_FsRegister(const char *fsType, const struct MountOps *fsMops, const struct FileOps *fsFops, const struct FsManagement *fsMgt) LOS_FsRegister() argument
[all...]
H A Dvfs_maps.h51 const char *fsType; member
H A Dvfs_partition.c77 static int AddDevice(const char *dev, const char *fsType, int *lengthArray, int *addrArray, in AddDevice() argument
143 int LOS_DiskPartition(const char *dev, const char *fsType, int *lengthArray, int *addrArray, in LOS_DiskPartition() argument
158 int LOS_PartitionFormat(const char *partName, char *fsType, void *data) in LOS_PartitionFormat() argument
H A Dvfs_mount.c171 VfsMountPointInit(const char *source, const char *target, const char *fsType, unsigned long mountflags) VfsMountPointInit() argument
229 VfsRemount(const char *source, const char *target, const char *fsType, unsigned long mountflags, const void *data) VfsRemount() argument
266 mount(const char *source, const char *target, const char *fsType, unsigned long mountflags, const void *data) mount() argument
/kernel/uniproton/src/fs/vfs/
H A Dvfs_maps.h29 const char *fsType; member
H A Dvfs_maps.c24 struct TagFsMap *OsVfsGetFsMap(const char *fsType) in OsVfsGetFsMap() argument
37 S32 OsVfsFsMgtDisk(const char *dev, const char *fsType, S32 *lengthArray, S32 partNum) in OsVfsFsMgtDisk() argument
49 S32 OsVfsFsMgtFormat(const char *partName, char *fsType, void *data) in OsVfsFsMgtFormat() argument
61 S32 OsFsRegister(const char *fsType, struc argument
[all...]
H A Dvfs_partition.c81 static S32 OsAddDevice(const char *dev, const char *fsType, S32 *lengthArray, in OsAddDevice() argument
129 S32 PRT_DiskPartition(const char *dev, const char *fsType, S32 *lengthArray, in PRT_DiskPartition() argument
140 S32 PRT_PartitionFormat(const char *partName, char *fsType, void *data) in PRT_PartitionFormat() argument
H A Dvfs_mount.c118 S32 OsVfsFindMountPoint(const char *fsType) in OsVfsFindMountPoint() argument
/kernel/liteos_a/fs/patchfs/
H A Dlos_partition_utils.h59 CHAR *fsType; member
/kernel/liteos_a/fs/rootfs/
H A Dlos_rootfs.c225 STATIC INT32 MountPartitions(CHAR *fsType, UINT32 mountFlags) in MountPartitions() argument
/kernel/liteos_a/drivers/block/disk/src/
H A Ddisk.c407 const CHAR *fsType = "FAT"; in GPTPartitionTypeRecognition() local

Completed in 6 milliseconds