Searched refs:fsMgt (Results 1 - 6 of 6) sorted by relevance
/kernel/uniproton/src/fs/vfs/ |
H A D | vfs_maps.c | 42 if ((fMap != NULL) && (fMap->fsMgt != NULL) && (fMap->fsMgt->fdisk != NULL)) { in OsVfsFsMgtDisk() 43 ret = fMap->fsMgt->fdisk(dev, lengthArray, partNum); in OsVfsFsMgtDisk() 54 if ((fMap != NULL) && (fMap->fsMgt != NULL) && (fMap->fsMgt->format != NULL)) { in OsVfsFsMgtFormat() 55 ret = fMap->fsMgt->format(partName, data); in OsVfsFsMgtFormat() 62 struct TagFileOps *fsFops, struct TagFsManagement *fsMgt) in OsFsRegister() 85 newfs->fsMgt = fsMgt; in OsFsRegister() 61 OsFsRegister(const char *fsType, struct TagMountOps *fsMops, struct TagFileOps *fsFops, struct TagFsManagement *fsMgt) OsFsRegister() argument
|
H A D | vfs_maps.h | 32 const struct TagFsManagement *fsMgt;
member 38 struct TagFileOps *fsFops, struct TagFsManagement *fsMgt);
|
/kernel/liteos_m/components/fs/vfs/ |
H A D | vfs_maps.c | 59 const struct FileOps *fsFops, const struct FsManagement *fsMgt) in OsFsRegister() 86 newfs->fsMgt = fsMgt; in OsFsRegister() 98 const struct FileOps *fsFops, const struct FsManagement *fsMgt) in LOS_FsRegister() 106 return OsFsRegister(fsType, fsMops, fsFops, fsMgt); in LOS_FsRegister() 58 OsFsRegister(const char *fsType, const struct MountOps *fsMops, const struct FileOps *fsFops, const struct FsManagement *fsMgt) OsFsRegister() argument 97 LOS_FsRegister(const char *fsType, const struct MountOps *fsMops, const struct FileOps *fsFops, const struct FsManagement *fsMgt) LOS_FsRegister() argument
|
H A D | vfs_partition.c | 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() 173 if ((fMap != NULL) && (fMap->fsMgt != NULL) && in LOS_PartitionFormat() 174 (fMap->fsMgt->format != NULL)) { in LOS_PartitionFormat() 175 ret = fMap->fsMgt->format(partName, data); in LOS_PartitionFormat()
|
H A D | vfs_maps.h | 54 const struct FsManagement *fsMgt;
member 60 const struct FileOps *fsFops, const struct FsManagement *fsMgt);
|
H A D | los_fs.h | 131 * @param fsMgt management operation of the fs. 140 const struct FileOps *fsFops, const struct FsManagement *fsMgt);
|
Completed in 2 milliseconds