Home
last modified time | relevance | path

Searched refs:d (Results 1 – 4 of 4) 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.c72 unsigned char *d; in aix_magic_present() local
89 d = read_part_sector(state, 7, &sect); in aix_magic_present()
90 if (d) { in aix_magic_present()
91 if (d[0] == '_' && d[1] == 'L' && d[2] == 'V' && d[3] == 'M') in aix_magic_present()
DKconfig205 helpful if the driver doesn't work as expected and you'd like to
/block/
Dblk-mq-sysfs.c197 unsigned long d = 1U << (i - 1); in blk_mq_hw_sysfs_dispatched_show() local
199 page += sprintf(page, "%8lu\t%lu\n", d, hctx->dispatched[i]); in blk_mq_hw_sysfs_dispatched_show()