Query: ata_tf_read_block
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATA_TF_READ_BLOCK(9) libata Core Internals ATA_TF_READ_BLOCK(9)NAMEata_tf_read_block - Read block address from ATA taskfileSYNOPSISu64 ata_tf_read_block(struct ata_taskfile * tf, struct ata_device * dev);ARGUMENTStf ATA taskfile of interest dev ATA device tf belongs toLOCKINGNone. Read block address from tf. This function can handle all three address formats - LBA, LBA48 and CHS. tf->protocol and flags select the address format to use.RETURNSBlock address read from tf.AUTHORJeff Garzik Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ATA_TF_READ_BLOCK(9)