Searched refs:d (Results 1 – 4 of 4) 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 | 72 unsigned char *d; in aix_magic_present() local 89 d = read_part_sector(state, 7, §); 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()
|
D | Kconfig | 205 helpful if the driver doesn't work as expected and you'd like to
|
/block/ |
D | blk-mq-sysfs.c | 197 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()
|