Searched refs:voff (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/fs/ |
H A D | gfs.c | 310 gfs_readdir_emit(gfs_readdir_state_t *st, uio_t *uiop, offset_t voff, in gfs_readdir_emit() argument 313 offset_t off = (voff + 2) * st->grd_ureclen; in gfs_readdir_emit() 340 gfs_readdir_emitn(gfs_readdir_state_t *st, uio_t *uiop, offset_t voff, in gfs_readdir_emitn() argument 346 return (gfs_readdir_emit(st, uiop, voff, ino, buf, 0)); in gfs_readdir_emitn() 361 offset_t off, voff; in gfs_readdir_pred() local 369 voff = off - 2; in gfs_readdir_pred() 371 if ((error = gfs_readdir_emit(st, uiop, voff, st->grd_self, in gfs_readdir_pred() 375 if ((error = gfs_readdir_emit(st, uiop, voff, st->grd_parent, in gfs_readdir_pred() 379 *voffp = voff; in gfs_readdir_pred()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | bp_map.c | 277 uintptr_t voff; in bp_copy_common() local 334 voff = 0; in bp_copy_common() 399 BP_COPY(dir, (void *)((uintptr_t)driverbuf + voff), kaddr, in bp_copy_common() 404 voff += psize; in bp_copy_common()
|
/titanic_41/usr/src/uts/common/io/lvm/softpart/ |
H A D | sp.c | 589 sp_ext_offset_t voff, in sp_mapbuf() argument 614 if (voff >= un->un_ext[mid].un_voff && in sp_mapbuf() 615 voff < un->un_ext[mid].un_voff + un->un_ext[mid].un_len) in sp_mapbuf() 617 else if (voff < un->un_ext[mid].un_voff) in sp_mapbuf() 624 cmn_err(CE_WARN, "sp_mapbuf: invalid offset %llu.\n", voff); in sp_mapbuf() 629 new_offset = voff - un->un_ext[mid].un_voff; in sp_mapbuf() 635 if (voff + btodb(bcount) > ext_endblk) { in sp_mapbuf() 636 new_bcount = dbtob(ext_endblk - voff); in sp_mapbuf()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dmu_send.c | 1681 uint64_t voff; /* The current offset in the stream */ member 1751 ra->voff, UIO_SYSSPACE, FAPPEND, in receive_read() 1761 ra->voff += len - done - resid; in receive_read() 2674 ra.voff = *voffp; in dmu_recv_stream() 2836 *voffp = ra.voff; in dmu_recv_stream()
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 1287 int ed_virt_to_phys(Edit_t *ep,genchar *virt,genchar *phys,int cur,int voff,int poff) 1295 sp += voff;
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_sp.c | 3704 extp->voff = mde->un_voff; in meta_get_sp_common() 5554 extn, extp->voff, extp->poff, extp->len); in meta_sp_validate_unit() 5556 if (extp->voff != curvoff) { in meta_sp_validate_unit() 5561 curvoff, extp->voff); in meta_sp_validate_unit()
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | mdiox.x | 1064 xsp_offset_t voff; member
|