Home
last modified time | relevance | path

Searched refs:d (Results 1 – 5 of 5) sorted by relevance

/block/partitions/
Daix.c174 unsigned char *d; in aix_partition() local
188 d = read_part_sector(state, 7, &sect); in aix_partition()
189 if (d) { in aix_partition()
190 struct lvm_rec *p = (struct lvm_rec *)d; in aix_partition()
212 if (vgda_sector && (d = read_part_sector(state, vgda_sector, &sect))) { in aix_partition()
213 struct vgda *p = (struct vgda *)d; in aix_partition()
221 if (numlvs && (d = read_part_sector(state, vgda_sector + 1, &sect))) { in aix_partition()
222 struct lvd *p = (struct lvd *)d; in aix_partition()
Dmsdos.c76 unsigned char *d; in aix_magic_present() local
99 d = read_part_sector(state, 7, &sect); in aix_magic_present()
100 if (d) { in aix_magic_present()
101 if (d[0] == '_' && d[1] == 'L' && d[2] == 'V' && d[3] == 'M') in aix_magic_present()
DKconfig206 helpful if the driver doesn't work as expected and you'd like to
/block/
Dbfq-cgroup.c510 struct bfq_group_data *d = cpd_to_bfqgd(cpd); in bfq_cpd_init() local
512 d->weight = cgroup_subsys_on_dfl(io_cgrp_subsys) ? in bfq_cpd_init()
546 struct bfq_group_data *d = blkcg_to_bfqgd(blkg->blkcg); in bfq_pd_init() local
548 entity->orig_weight = entity->weight = entity->new_weight = d->weight; in bfq_pd_init()
Dblk-mq-debugfs.c561 unsigned int d = 1U << (i - 1); in hctx_dispatched_show() local
563 seq_printf(m, "%8u\t%lu\n", d, hctx->dispatched[i]); in hctx_dispatched_show()