Home
last modified time | relevance | path

Searched refs:cur_offset (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c312 (p->transinfo[target].cur_offset != 0) ? in aic7xxx_proc_info()
314 if (p->transinfo[target].cur_offset != 0) in aic7xxx_proc_info()
327 p->transinfo[target].cur_offset ); in aic7xxx_proc_info()
332 p->transinfo[target].cur_offset ); in aic7xxx_proc_info()
338 p->transinfo[target].cur_offset, in aic7xxx_proc_info()
/linux-2.4.37.9/drivers/mtd/
Dmtdpart.c295 u_int32_t cur_offset = 0; in add_mtd_partitions() local
372 slave->offset = cur_offset; in add_mtd_partitions()
375 slave->offset = (cur_offset + emask) & ~emask; in add_mtd_partitions()
376 if (slave->offset != cur_offset) { in add_mtd_partitions()
379 cur_offset, slave->offset); in add_mtd_partitions()
384 cur_offset = slave->offset + slave->mtd.size; in add_mtd_partitions()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c1890 size_t cur_offset, cur_len; in _pagebuf_ioapply() local
1892 cur_offset = pb->pb_offset; in _pagebuf_ioapply()
1905 if (cur_offset >= PAGE_CACHE_SIZE) { in _pagebuf_ioapply()
1906 cur_offset -= PAGE_CACHE_SIZE; in _pagebuf_ioapply()
1910 page_offset = cur_offset; in _pagebuf_ioapply()
1911 cur_offset = 0; in _pagebuf_ioapply()
/linux-2.4.37.9/fs/reiserfs/
Dinode.c2021 unsigned cur_offset = 0 ; in reiserfs_write_full_page() local
2050 if (cur_offset >= last_offset) { in reiserfs_write_full_page()
2074 cur_offset += bh->b_size ; in reiserfs_write_full_page()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c915 unsigned char cur_offset; member
2166 old_offset = p->transinfo[tindex].cur_offset; in aic7xxx_set_syncrate()
2231 p->transinfo[tindex].cur_offset = offset; in aic7xxx_set_syncrate()
8542 p->transinfo[i].cur_offset = 0; in aic7xxx_register()
9237 p->transinfo[i].cur_offset = 0; in aic7xxx_load_seeprom()
9247 p->transinfo[i].cur_offset = aic_inb(p, TARG_OFFSET + i); in aic7xxx_load_seeprom()
9279 p->transinfo[i].cur_offset = aic_inb(p, TARG_OFFSET + i); in aic7xxx_load_seeprom()