Home
last modified time | relevance | path

Searched defs:DeviceDesc (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_m/components/fs/vfs/
Dvfs_partition.h48 struct DeviceDesc { struct
50 struct DeviceDesc *dNext; /* point to next mount point */ argument
51 const char *dPath; /* target path, /system, /usr, etc. */
52 const char *dDev; /* device, "emmc0p0", "emmc0p1", etc. */
53 void *dData; /* specific file system handle */
54 const char *dFsType; /* file system type */
55 int *dLengthArray; /* point to device partitions length array */
56 int *dAddrArray; /* point to device partitions address array */
57 int dPartNum; /* number of device partitions */