Home
last modified time | relevance | path

Searched refs:partition (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/util-linux/
Dfdisk.c203 struct partition { struct
225 struct partition *part_table; /* points into sectorbuffer */
226 struct partition *ext_pointer; /* points into sectorbuffer */
304 static sector_t get_start_sect(const struct partition *p);
305 static sector_t get_nr_sects(const struct partition *p);
542 ((struct partition *)((b) + 0x1be + (n) * sizeof(struct partition)))
592 static ALWAYS_INLINE struct partition *
825 get_start_sect(const struct partition *p) in get_start_sect()
831 get_nr_sects(const struct partition *p) in get_nr_sects()
847 set_start_sect(struct partition *p, unsigned start_sect) in set_start_sect()
[all …]
Dfdisk_osf.c252 static int xbsd_initlabel(struct partition *p);
253 static int xbsd_readlabel(struct partition *p);
254 static int xbsd_writelabel(struct partition *p);
263 static struct partition *xbsd_part;
354 struct partition *p; in bsd_select()
851 xbsd_initlabel(struct partition *p) in xbsd_initlabel()
919 xbsd_readlabel(struct partition *p) in xbsd_readlabel()
959 xbsd_writelabel(struct partition *p) in xbsd_writelabel()
1017 struct partition *p; in xbsd_link_part()
Dfdisk_gpt.c155 struct partition *first = pt_offset(MBRbuffer, 0); in check_gpt_label()