/kernel/liteos_m/components/fs/vfs/ |
H A D | vfs_maps.c | 40 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 D | vfs_maps.h | 51 const char *fsType;
member
|
H A D | vfs_partition.c | 77 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 D | vfs_mount.c | 171 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 D | vfs_maps.h | 29 const char *fsType;
member
|
H A D | vfs_maps.c | 24 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 D | vfs_partition.c | 81 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 D | vfs_mount.c | 118 S32 OsVfsFindMountPoint(const char *fsType) in OsVfsFindMountPoint() argument
|
/kernel/liteos_a/fs/patchfs/ |
H A D | los_partition_utils.h | 59 CHAR *fsType; member
|
/kernel/liteos_a/fs/rootfs/ |
H A D | los_rootfs.c | 225 STATIC INT32 MountPartitions(CHAR *fsType, UINT32 mountFlags)
in MountPartitions() argument
|
/kernel/liteos_a/drivers/block/disk/src/ |
H A D | disk.c | 407 const CHAR *fsType = "FAT"; in GPTPartitionTypeRecognition() local
|