更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
_los_part_结构体 参考

#include <disk.h>

成员变量

UINT32 disk_id: 8
 
UINT32 part_id: 8
 
UINT32 part_no_disk: 8
 
UINT32 part_no_mbr: 5
 
UINT32 reserved: 3
 
UINT8 filesystem_type
 
UINT8 type
 
struct Vnodedev
 
CHARpart_name
 
UINT64 sector_start
 
UINT64 sector_count
 
LOS_DL_LIST list
 

详细描述

在文件 disk.h197 行定义.

结构体成员变量说明

◆ dev

struct Vnode* _los_part_::dev

在文件 disk.h205 行定义.

◆ disk_id

UINT32 _los_part_::disk_id

在文件 disk.h198 行定义.

◆ filesystem_type

UINT8 _los_part_::filesystem_type

在文件 disk.h203 行定义.

◆ list

LOS_DL_LIST _los_part_::list

在文件 disk.h215 行定义.

◆ part_id

UINT32 _los_part_::part_id

在文件 disk.h199 行定义.

◆ part_name

CHAR* _los_part_::part_name

在文件 disk.h206 行定义.

◆ part_no_disk

UINT32 _los_part_::part_no_disk

在文件 disk.h200 行定义.

◆ part_no_mbr

UINT32 _los_part_::part_no_mbr

在文件 disk.h201 行定义.

◆ reserved

UINT32 _los_part_::reserved

在文件 disk.h202 行定义.

◆ sector_count

UINT64 _los_part_::sector_count

在文件 disk.h211 行定义.

◆ sector_start

UINT64 _los_part_::sector_start

在文件 disk.h207 行定义.

◆ type

UINT8 _los_part_::type

在文件 disk.h204 行定义.


该结构体的文档由以下文件生成: