Searched refs:rootSize (Results 1 – 1 of 1) sorted by relevance
| /kernel/liteos_a/fs/rootfs/ |
| D | los_rootfs.c | 56 STATIC INT32 AddEmmcParts(INT32 rootAddr, INT32 rootSize, INT32 userAddr, INT32 userSize) in AddEmmcParts() argument 74 ret = add_mmc_partition(emmc, rootAddr / EMMC_SEC_SIZE, rootSize / EMMC_SEC_SIZE); in AddEmmcParts() 125 STATIC INT32 AddPartitions(CHAR *dev, UINT64 rootAddr, UINT64 rootSize, UINT64 userAddr, UINT64 use… in AddPartitions() argument 132 ret = add_mtd_partition(FLASH_TYPE, rootAddr, rootSize, blk0); in AddPartitions() 150 return AddEmmcParts(rootAddr, rootSize, userAddr, userSize); in AddPartitions() 159 STATIC INT32 ParseRootArgs(CHAR **dev, CHAR **fstype, UINT64 *rootAddr, UINT64 *rootSize, UINT32 *m… in ParseRootArgs() argument 187 *rootSize = ROOTFS_SIZE; in ParseRootArgs() 189 *rootSize = LOS_SizeStrToNum(rootSizeStr); in ParseRootArgs() 202 STATIC INT32 ParseUserArgs(UINT64 rootAddr, UINT64 rootSize, UINT64 *userAddr, UINT64 *userSize) in ParseUserArgs() argument 210 *userAddr = rootAddr + rootSize; in ParseUserArgs() [all …]
|