Searched refs:dd (Results 1 – 1 of 1) sorted by relevance
90 struct blk_desc *dd; in dev_stor_get() local131 dd = (struct blk_desc *)di->cookie; in dev_stor_get()132 if (dd->type == DEV_TYPE_UNKNOWN) { in dev_stor_get()136 di->di_stor.block_count = dd->lba; in dev_stor_get()322 if (!dev_stor_is_valid(type, dd)) in dev_read_stor()328 if ((dd->block_read) == NULL) { in dev_read_stor()333 return dd->block_read(dd, start, len, buf); in dev_read_stor()340 int type = dev_stor_type(dd); in dev_write_stor()345 if (!dev_stor_is_valid(type, dd)) in dev_write_stor()351 if (dd->block_write == NULL) { in dev_write_stor()[all …]
Completed in 10 milliseconds