Home
last modified time | relevance | path

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

/kernel/uniproton/src/fs/vfs/
Dvfs_maps.c24 struct TagFsMap *OsVfsGetFsMap(const char *fsType) in OsVfsGetFsMap()
37 S32 OsVfsFsMgtDisk(const char *dev, const char *fsType, S32 *lengthArray, S32 partNum) in OsVfsFsMgtDisk()
49 S32 OsVfsFsMgtFormat(const char *partName, char *fsType, void *data) in OsVfsFsMgtFormat()
61 S32 OsFsRegister(const char *fsType, struct TagMountOps *fsMops, in OsFsRegister()
Dvfs_partition.c81 static S32 OsAddDevice(const char *dev, const char *fsType, S32 *lengthArray, in OsAddDevice()
129 S32 PRT_DiskPartition(const char *dev, const char *fsType, S32 *lengthArray, in PRT_DiskPartition()
140 S32 PRT_PartitionFormat(const char *partName, char *fsType, void *data) in PRT_PartitionFormat()
Dvfs_maps.h29 const char *fsType; member
Dvfs_mount.c118 S32 OsVfsFindMountPoint(const char *fsType) in OsVfsFindMountPoint()
/kernel/liteos_m/components/fs/vfs/
Dvfs_maps.c40 struct FsMap *VfsFsMapGet(const char *fsType) in VfsFsMapGet()
58 int OsFsRegister(const char *fsType, const struct MountOps *fsMops, in OsFsRegister()
97 int LOS_FsRegister(const char *fsType, const struct MountOps *fsMops, in LOS_FsRegister()
Dvfs_partition.c77 static int AddDevice(const char *dev, const char *fsType, int *lengthArray, int *addrArray, in AddDevice()
143 int LOS_DiskPartition(const char *dev, const char *fsType, int *lengthArray, int *addrArray, in LOS_DiskPartition()
158 int LOS_PartitionFormat(const char *partName, char *fsType, void *data) in LOS_PartitionFormat()
Dvfs_mount.c172 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()
Dvfs_maps.h51 const char *fsType; member
/kernel/liteos_a/fs/patchfs/
Dlos_partition_utils.h59 CHAR *fsType; member
/kernel/liteos_a/fs/rootfs/
Dlos_rootfs.c236 STATIC INT32 MountPartitions(CHAR *fsType, UINT32 mountFlags) in MountPartitions()
/kernel/liteos_a/drivers/block/disk/src/
Ddisk.c407 const CHAR *fsType = "FAT"; in GPTPartitionTypeRecognition() local