Home
last modified time | relevance | path

Searched refs:fMap (Results 1 - 2 of 2) sorted by relevance

/kernel/uniproton/src/fs/vfs/
H A Dvfs_maps.c41 struct TagFsMap *fMap = OsVfsGetFsMap(fsType); in OsVfsFsMgtDisk() local
42 if ((fMap != NULL) && (fMap->fsMgt != NULL) && (fMap->fsMgt->fdisk != NULL)) { in OsVfsFsMgtDisk()
43 ret = fMap->fsMgt->fdisk(dev, lengthArray, partNum); in OsVfsFsMgtDisk()
53 struct TagFsMap *fMap = OsVfsGetFsMap(fsType); in OsVfsFsMgtFormat() local
54 if ((fMap != NULL) && (fMap->fsMgt != NULL) && (fMap->fsMgt->format != NULL)) { in OsVfsFsMgtFormat()
55 ret = fMap in OsVfsFsMgtFormat()
[all...]
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_partition.c147 struct FsMap *fMap = VfsFsMapGet(fsType); in LOS_DiskPartition() local
148 if ((fMap != NULL) && (fMap->fsMgt != NULL) && in LOS_DiskPartition()
149 (fMap->fsMgt->fdisk != NULL)) { in LOS_DiskPartition()
150 ret = fMap->fsMgt->fdisk(dev, lengthArray, partNum); in LOS_DiskPartition()
172 struct FsMap *fMap = VfsFsMapGet(fsType); in LOS_PartitionFormat() local
173 if ((fMap != NULL) && (fMap->fsMgt != NULL) && in LOS_PartitionFormat()
174 (fMap->fsMgt->format != NULL)) { in LOS_PartitionFormat()
175 ret = fMap in LOS_PartitionFormat()
[all...]

Completed in 1 milliseconds