Searched defs:fsType (Results 1 – 11 of 11) sorted by relevance
| /kernel/uniproton/src/fs/vfs/ |
| D | vfs_maps.c | 24 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()
|
| D | vfs_partition.c | 81 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()
|
| D | vfs_maps.h | 29 const char *fsType; member
|
| D | vfs_mount.c | 118 S32 OsVfsFindMountPoint(const char *fsType) in OsVfsFindMountPoint()
|
| /kernel/liteos_m/components/fs/vfs/ |
| D | vfs_maps.c | 40 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()
|
| D | vfs_partition.c | 77 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()
|
| 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()
|
| D | vfs_maps.h | 51 const char *fsType; member
|
| /kernel/liteos_a/fs/patchfs/ |
| D | los_partition_utils.h | 59 CHAR *fsType; member
|
| /kernel/liteos_a/fs/rootfs/ |
| D | los_rootfs.c | 236 STATIC INT32 MountPartitions(CHAR *fsType, UINT32 mountFlags) in MountPartitions()
|
| /kernel/liteos_a/drivers/block/disk/src/ |
| D | disk.c | 407 const CHAR *fsType = "FAT"; in GPTPartitionTypeRecognition() local
|