Searched refs:f_offset (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dwrite.c85 btodb(f->f_offset), bcount, dest, &resid);
88 f->f_offset += resid;
H A Dlseek.c85 f->f_offset = offset;
88 f->f_offset += offset;
95 return (f->f_offset);
H A Dread.c82 btodb(f->f_offset), bcount, dest, &resid);
85 f->f_offset += resid;
H A Dopen.c105 f->f_offset = 0;
H A Dstand.h161 off_t f_offset; /* current file offset */ member in struct:open_file
/freebsd-9.3-release/sys/boot/ia64/ski/
H A Dskifs.c84 ssc((u_int64_t) f->f_fsdata, 1, (u_int64_t) &req, f->f_offset, SSC_READ);
89 f->f_offset += stat.count;
104 base = f->f_offset;
109 base = f->f_offset;
113 f->f_offset = base + offset;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dfspaging.d85 self->offset = this->filep->f_offset;
H A Dfsrw.d81 self->offset = this->filep->f_offset;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/FS/
H A Dfspaging.d85 self->offset = this->filep->f_offset;
H A Dfsrw.d81 self->offset = this->filep->f_offset;
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_misc.c355 off = fp->f_offset;
462 fp->f_offset = off; /* update the vnode offset */
516 off = fp->f_offset;
629 fp->f_offset = off; /* update the vnode offset */
/freebsd-9.3-release/sys/sys/
H A Dfile.h78 #define FOF_NOUPDATE 0x10 /* Do not update f_offset */
154 short f_vnread_flags; /* (f) Sleep lock for f_offset */
170 off_t f_offset; member in struct:file
/freebsd-9.3-release/sys/kern/
H A Dvfs_vnops.c533 * Caller only wants the current f_offset value. Assume that
537 return (fp->f_offset);
541 * According to McKusick the vn lock was protecting f_offset here.
554 res = fp->f_offset;
569 fp->f_offset = val;
579 fp->f_offset = val;
1341 *(int *)data = vattr.va_size - fp->f_offset;
H A Dvfs_subr.c4577 kn->kn_data = va.va_size - kn->kn_fp->f_offset;
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_misc.c276 off = fp->f_offset;
391 fp->f_offset = off;
452 off = fp->f_offset;
531 fp->f_offset = off; /* update the vnode offset */
H A Dsvr4_fcntl.c346 start = fp->f_offset + flp->l_start;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c4256 off = fp->f_offset;
4282 zc->zc_cookie = off - fp->f_offset;
4284 fp->f_offset = off;
4424 off = fp->f_offset;
4433 fp->f_offset = off;
5018 off = fp->f_offset;
5027 fp->f_offset = off;
5389 off = fp->f_offset;
5397 if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0)
5398 fp->f_offset
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_ioctl.c1053 &bf, filp->f_offset,
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c782 HOST_WIDE_INT f_offset = loc.offset / DWARF_CIE_DATA_ALIGNMENT;
783 gcc_assert (f_offset * DWARF_CIE_DATA_ALIGNMENT == loc.offset);
786 cfi->dw_cfi_oprnd1.dw_cfi_offset = f_offset;
815 HOST_WIDE_INT f_offset = loc.offset / DWARF_CIE_DATA_ALIGNMENT;
816 gcc_assert (f_offset * DWARF_CIE_DATA_ALIGNMENT == loc.offset);
820 cfi->dw_cfi_oprnd2.dw_cfi_offset = f_offset;
781 HOST_WIDE_INT f_offset = loc.offset / DWARF_CIE_DATA_ALIGNMENT; local
814 HOST_WIDE_INT f_offset = loc.offset / DWARF_CIE_DATA_ALIGNMENT; local

Completed in 417 milliseconds