Home
last modified time | relevance | path

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

/include/jffs2/
A Dload_kernel.h33 struct part_info { struct
34 struct list_head link;
35 char *name; /* partition name */
36 u8 auto_name; /* set to 1 for generated name */
37 u64 size; /* total size of the partition */
38 u64 offset; /* offset within device */
39 void *jffs2_priv; /* used internaly by jffs2 */
40 u32 mask_flags; /* kernel MTD mask flags */
41 u32 sector_size; /* size of sector */
42 struct mtd_device *dev; /* parent device */
/include/
A Dpart.h411 struct disk_partition *part_info, in part_get_info_by_dev_and_name_or_num()

Completed in 4 milliseconds