Home
last modified time | relevance | path

Searched refs:vtoc_cchhb (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/include/uapi/asm/
H A Dvtoc.h22 struct vtoc_cchhb struct
47 struct vtoc_cchhb vtoc; /* VTOC address */ argument
121 struct vtoc_cchhb DS1PTRDS; /* possible pointer to f2 or f3 DSCB */
128 struct vtoc_cchhb DS4HPCHR; /* highest address of a format 1 DSCB */
149 struct vtoc_cchhb DS4EFPTR; /* pointer to extended free-space info */
171 struct vtoc_cchhb DS5PTRDS; /* pointer to next format5 DSCB */
187 struct vtoc_cchhb DS7PTRDS; /* pointer to next FMT7 DSCB */
/openbmc/linux/block/partitions/
H A Dibm.c49 static sector_t cchhb2blk(struct vtoc_cchhb *ptr, struct hd_geometry *geo) in cchhb2blk()