Searched refs:io_off (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/sbni/
H A Dif_sbnivar.h76 int io_off; member in struct:sbni_softc
H A Dif_sbni_pci.c109 sc->slave_sc->io_off = 4;
H A Dif_sbni.c141 sc->io_off + reg);
150 sc->io_off + reg, value);
159 sc->io_off + DAT, to, len);
168 sc->io_off + DAT, from, len);
282 if (sc->io_res && sc->io_off == 0)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c4573 u_offset_t io_off; local
4590 io_off = P2ALIGN_TYPED(off, blksz, u_offset_t);
4592 io_off = 0;
4594 io_len = P2ROUNDUP_TYPED(len + (off - io_off), blksz, size_t);
4600 * Search the entire vp list for pages >= io_off.
4602 rl = zfs_range_lock(zp, io_off, UINT64_MAX, RL_WRITER);
4603 error = pvn_vplist_dirty(vp, io_off, zfs_putapage, flags, cr);
4606 rl = zfs_range_lock(zp, io_off, io_len, RL_WRITER);
4615 len = MIN(io_len, P2ROUNDUP(zp->z_size, PAGESIZE) - io_off);
4617 for (off = io_off; io_of
4762 u_offset_t io_off, total; local
[all...]

Completed in 106 milliseconds