Searched refs:d (Results 1 – 5 of 5) sorted by relevance
/block/partitions/ |
D | aix.c | 174 unsigned char *d; in aix_partition() local 188 d = read_part_sector(state, 7, §); 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, §))) { in aix_partition() 213 struct vgda *p = (struct vgda *)d; in aix_partition() 221 if (numlvs && (d = read_part_sector(state, vgda_sector + 1, §))) { in aix_partition() 222 struct lvd *p = (struct lvd *)d; in aix_partition()
|
D | msdos.c | 76 unsigned char *d; in aix_magic_present() local 99 d = read_part_sector(state, 7, §); 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()
|
D | Kconfig | 206 helpful if the driver doesn't work as expected and you'd like to
|
/block/ |
D | bfq-cgroup.c | 510 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()
|
D | blk-mq-debugfs.c | 561 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()
|