Home
last modified time | relevance | path

Searched full:disklabel (Results 1 – 8 of 8) sorted by relevance

/linux/arch/alpha/boot/tools/
H A Dmkbb.c18 /* Minimal definition of disklabel, so we don't have to include
19 * asm/disklabel.h (confuses make)
37 struct disklabel { struct
73 struct disklabel __label; argument
131 /* Swap the bootblock's disklabel into the bootloader */ in main()
/linux/block/partitions/
H A Dkarma.c21 struct disklabel { in karma_partition() struct
39 label = (struct disklabel *)data; in karma_partition()
H A Dosf.c23 struct disklabel { in osf_partition() struct
60 label = (struct disklabel *) (data+64); in osf_partition()
H A Dmsdos.c22 * BSD disklabel support by Yossi Gottlieb <yogo@math.tau.ac.il>
302 /* check against BSD src/sys/sys/disklabel.h for consistency */
306 #define BSD_FS_UNUSED 0 /* disklabel unused partition entry ID */
352 * Create devices for BSD partitions listed in a disklabel, under a
480 * Create devices for Unixware partitions listed in a disklabel, under a
H A Dsgi.c62 printk(KERN_WARNING "Dev %s SGI disklabel: csum bad, label corrupted\n", in sgi_partition()
H A Dsun.c85 printk("Dev %s Sun disklabel: Csum bad, label corrupted\n", in sun_partition()
/linux/Documentation/filesystems/
H A Dbfs.rst14 depend on having UnixWare disklabel support because one can also mount
/linux/include/linux/
H A Dswap.h138 char bootbits[1024]; /* Space for disklabel etc. */