Query: ata_set_max_sectors
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATA_SET_MAX_SECTORS(9) libata Core Internals ATA_SET_MAX_SECTORS(9)NAMEata_set_max_sectors - Set max sectorsSYNOPSISint ata_set_max_sectors(struct ata_device * dev, u64 new_sectors);ARGUMENTSdev target device new_sectors new max sectors value to set for the deviceDESCRIPTIONSet max sectors of dev to new_sectors.RETURNS0 on success, -EACCES if command is aborted or denied (due to previous non-volatile SET_MAX) by the drive. -EIO on other errors.AUTHORJeff Garzik Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 ATA_SET_MAX_SECTORS(9)