Home
last modified time | relevance | path

Searched refs:heads (Results 226 – 250 of 273) sorted by relevance

1234567891011

/openbmc/linux/fs/ntfs3/
H A Dntfs.h206 __le16 heads; // 0x1A: number of heads per cylinder. member
/openbmc/linux/drivers/block/aoe/
H A Daoecmd.c938 d->geo.heads = 255; in ataid_complete()
948 d->geo.heads = get_unaligned_le16(&id[55 << 1]); in ataid_complete()
/openbmc/linux/Documentation/process/
H A D7.AdvancedTopics.rst46 heads, etc. It can all be a little intimidating at the outset, but the
/openbmc/linux/drivers/mtd/
H A Dftl.c950 geo->heads = 1; in ftl_getgeo()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-yocto.bbclass365 git show-ref --verify --quiet refs/heads/${b}
402 git show-ref --quiet --verify -- "refs/heads/$b"
/openbmc/linux/tools/perf/util/
H A Devlist.c653 head = &evlist->core.heads[hash]; in evlist__id2sid()
736 head = &evlist->core.heads[hash]; in evlist__event2evsel()
/openbmc/qemu/docs/about/
H A Dremoved-features.rst16 ``-device ide-hd,drive=dr,cyls=c,heads=h,secs=s,bios-chs-trans=t``
47 ``-drive secs=s``, ``-drive heads=h`` & ``-drive cyls=c`` (removed in 3.0)
51 ``-device ...,drive=dr,cyls=c,heads=h,secs=s`` (together with
/openbmc/qemu/hw/display/
H A Dtrace-events111 qxl_interrupt_client_monitors_config(int qid, int num_heads, void *heads) "%d %d %p"
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddp.c552 list_for_each_entry(head, &outp->disp->heads, head) { in nvkm_dp_acquire()
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c3143 int heads; in megasas_bios_param() local
3149 heads = 64; in megasas_bios_param()
3152 tmp = heads * sectors; in megasas_bios_param()
3162 heads = 255; in megasas_bios_param()
3164 tmp = heads*sectors; in megasas_bios_param()
3169 geom[0] = heads; in megasas_bios_param()
/openbmc/qemu/block/
H A Dfile-posix.c1581 if (!ioctl_geo.heads || !ioctl_geo.sectors || !ioctl_geo.cylinders) { in hdev_probe_geometry()
1588 geo->heads = ioctl_geo.heads; in hdev_probe_geometry()
H A Dparallels.c1062 header.heads = cpu_to_le32(HEADS_NUMBER); in parallels_co_create()
/openbmc/linux/include/linux/
H A Dperf_event.h627 struct hlist_head heads[SWEVENT_HLIST_SIZE]; member
H A Dlibata.h701 u16 heads; /* Number of heads */ member
/openbmc/linux/arch/um/drivers/
H A Dubd_kern.c1374 geo->heads = 128; in ubd_getgeo()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c2770 int heads; in scsih_bios_param() local
2775 heads = 64; in scsih_bios_param()
2778 dummy = heads * sectors; in scsih_bios_param()
2787 heads = 255; in scsih_bios_param()
2789 dummy = heads * sectors; in scsih_bios_param()
2795 params[0] = heads; in scsih_bios_param()
/openbmc/linux/fs/reiserfs/
H A Djournal.c2095 static void brelse_array(struct buffer_head **heads, int num) in brelse_array() argument
2099 brelse(heads[i]); in brelse_array()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c3178 geo->heads = 224; in mtip_block_getgeo()
3180 sector_div(capacity, (geo->heads * geo->sectors)); in mtip_block_getgeo()
/openbmc/qemu/hw/scsi/
H A Dscsi-disk.c1187 p[3] = s->qdev.conf.heads & 0xff; in mode_sense_page()
1217 p[2] = s->qdev.conf.heads & 0xff; in mode_sense_page()
/openbmc/linux/drivers/ata/
H A Dlibata-scsi.c1521 cyl = track / dev->heads; in ata_scsi_verify_xlat()
1522 head = track % dev->heads; in ata_scsi_verify_xlat()
/openbmc/linux/drivers/nvdimm/
H A Dbtt.c1488 geo->heads = 1 << 6; in btt_getgeo()
/openbmc/linux/drivers/block/rnbd/
H A Drnbd-clt.c954 geo->heads = 4; in rnbd_client_getgeo()
/openbmc/linux/Documentation/filesystems/
H A Dxfs-delayed-logging-design.rst225 Log space accounting is done via a pair of constructs called "grant heads". The
226 position of the grant heads is an absolute value, so the amount of space
229 reserved/consumed before the grant heads would fully wrap the log and overtake
H A Dntfs.rst277 255 heads, 63 sectors/track, 9964 cylinders, total 160086528 sectors
H A Dubifs-authentication.rst360 skip any journal heads for replay. An attacker can only remove bud nodes or

1234567891011