Home
last modified time | relevance | path

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

/kernel/uniproton/src/include/uapi/
Dprt_fs.h31 S32 (*readFunc)(S32 partition, uintptr_t offset, void *buf, U32 size); member
/kernel/liteos_m/components/fs/vfs/
Dlos_fs.h67 int (*readFunc)(int partition, UINT32 *offset, void *buf, UINT32 size); member
/kernel/liteos_m/components/fs/littlefs/
Dlfs_adapter.c75 return (g_partitionCfg.readFunc)((int)c->context, &addr, dst, size); in littlefs_block_read()
168 g_partitionCfg.readFunc = pCfg->readFunc; in LfsConfigAdapter()
/kernel/uniproton/src/fs/littlefs/
Dlfs_adapter.c57 return (g_partitionCfg.readFunc)((S32)c->context, startAddr, dst, size); in OsLfsBlockRead()
146 g_partitionCfg.readFunc = pCfg->readFunc; in OsLfsConfigAdapter()