Home
last modified time | relevance | path

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

/kernel/liteos_m/components/fs/vfs/
H A Dvfs_partition.c102 prev->dFsType = LOSCFG_FS_MALLOC_HOOK(len); in AddDevice()
104 if (prev->dDev == NULL || prev->dFsType == NULL || prev->dAddrArray == NULL) { in AddDevice()
108 (void)strcpy_s((char *)prev->dFsType, len, fsType); in AddDevice()
127 if (prev->dFsType != NULL) { in AddDevice()
128 LOSCFG_FS_FREE_HOOK((void *)prev->dFsType); in AddDevice()
H A Dvfs_partition.h54 const char *dFsType; /* file system type */ member
/kernel/uniproton/src/fs/vfs/
H A Dvfs_partition.c69 if (prev->dFsType != NULL) { in OsFreeDeviceDesc()
70 free((void *)prev->dFsType); in OsFreeDeviceDesc()
103 prev->dFsType = strdup(fsType); in OsAddDevice()
105 if (prev->dDev == NULL || prev->dFsType == NULL || prev->dAddrArray == NULL) { in OsAddDevice()
H A Dvfs_partition.h33 const char *dFsType; /* 文件系统类型 */ member
/kernel/liteos_m/components/fs/littlefs/
H A Dlfs_adapter.c51 if (strcmp(device->dFsType, "littlefs") == 0) { in LfsGetStartAddr()
/kernel/uniproton/src/fs/littlefs/
H A Dlfs_adapter.c35 if (strcmp(device->dFsType, "littlefs") == 0) { in OsLfsGetStartAddr()

Completed in 3 milliseconds