taglinefilesource code
write_fs_long1815drivers/block/ide.creturn write_fs_long(arg, read_ahead[MAJOR(inode->i_rdev)]);
write_fs_long1818drivers/block/ide.creturn write_fs_long(arg, drive->part[MINOR(inode->i_rdev)&PARTN_MASK].nr_sects);
write_fs_long1823drivers/block/ide.creturn write_fs_long(arg, drive->keep_settings);
write_fs_long1826drivers/block/ide.creturn write_fs_long(arg, drive->unmask);
write_fs_long1829drivers/block/ide.creturn write_fs_long(arg, drive->using_dma);
write_fs_long1832drivers/block/ide.creturn write_fs_long(arg, drive->chipset);
write_fs_long1835drivers/block/ide.creturn write_fs_long(arg, drive->mult_count);
write_fs_long1848drivers/block/ide.creturn write_fs_long(arg, drive->bad_wstat == BAD_R_STAT);