Home
last modified time | relevance | path

Searched refs:PartitionCfg (Results 1 – 4 of 4) sorted by relevance

/kernel/uniproton/src/include/uapi/
Dprt_fs.h29 struct PartitionCfg { struct
/kernel/liteos_m/components/fs/vfs/
Dlos_fs.h65 struct PartitionCfg { struct
/kernel/liteos_m/components/fs/littlefs/
Dlfs_adapter.c43 static struct PartitionCfg g_partitionCfg;
151 void LfsConfigAdapter(struct PartitionCfg *pCfg, struct lfs_config *lfsCfg) in LfsConfigAdapter()
201 LfsConfigAdapter((struct PartitionCfg *)data, cfg); in LfsMount()
662 LfsConfigAdapter((struct PartitionCfg *)privData, &cfg); in LfsFormat()
/kernel/uniproton/src/fs/littlefs/
Dlfs_adapter.c27 static struct PartitionCfg g_partitionCfg;
129 static void OsLfsConfigAdapter(struct PartitionCfg *pCfg, struct lfs_config *lfsCfg) in OsLfsConfigAdapter()
177 OsLfsConfigAdapter((struct PartitionCfg *)data, cfg); in OsLfsMount()
636 OsLfsConfigAdapter((struct PartitionCfg *)privData, &cfg); in OsLfsFormat()