Home
last modified time | relevance | path

Searched refs:dPartNum (Results 1 - 6 of 6) sorted by relevance

/kernel/liteos_m/components/fs/vfs/
H A Dvfs_partition.h57 int dPartNum; /* number of device partitions */ member
H A Dvfs_partition.c120 prev->dPartNum = partNum; in AddDevice()
/kernel/uniproton/src/fs/vfs/
H A Dvfs_partition.h36 S32 dPartNum; /* 设备分区号 */ member
H A Dvfs_partition.c123 prev->dPartNum = partNum; in OsAddDevice()
/kernel/liteos_m/components/fs/littlefs/
H A Dlfs_adapter.c58 if ((g_lfsDevice == NULL) || (partition >= g_lfsDevice->dPartNum)) { in LfsGetStartAddr()
/kernel/uniproton/src/fs/littlefs/
H A Dlfs_adapter.c42 if ((g_lfsDevice == NULL) || (partition >= g_lfsDevice->dPartNum)) { in OsLfsGetStartAddr()

Completed in 4 milliseconds