taglinefilesource code
write_fs_long1804drivers/block/ide.creturn write_fs_long(arg, read_ahead[MAJOR(inode->i_rdev)]);
write_fs_long1807drivers/block/ide.creturn write_fs_long(arg, drive->part[MINOR(inode->i_rdev)&PARTN_MASK].nr_sects);
write_fs_long1812drivers/block/ide.creturn write_fs_long(arg, drive->keep_settings);
write_fs_long1815drivers/block/ide.creturn write_fs_long(arg, drive->unmask);
write_fs_long1818drivers/block/ide.creturn write_fs_long(arg, drive->using_dma);
write_fs_long1821drivers/block/ide.creturn write_fs_long(arg, drive->chipset);
write_fs_long1824drivers/block/ide.creturn write_fs_long(arg, drive->mult_count);
write_fs_long1837drivers/block/ide.creturn write_fs_long(arg, drive->bad_wstat == BAD_R_STAT);