Home
last modified time | relevance | path

Searched refs:fg_offset (Results 1 – 9 of 9) sorted by relevance

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_vnops.c1088 read_offset = fp->fp_glob->fg_offset; in vn_read()
1136 fp->fp_glob->fg_offset += read_len - uio_resid(uio); in vn_read()
1243 write_offset = fp->fp_glob->fg_offset; in vn_write()
1345 fp->fp_glob->fg_offset = uio_offset(uio); in vn_write()
1347 fp->fp_glob->fg_offset += (write_len - uio_resid(uio)); in vn_write()
1636 temp_nbytes = file_size - fp->fp_glob->fg_offset; in vn_ioctl()
2055 data = vnode_readable_data_count(vp, kn->kn_fp->fp_glob->fg_offset, (kn->kn_flags & EV_POLL)); in filt_vnode_common()
H A Dvfs_syscalls.c5824 offset += fp->fp_glob->fg_offset; in lseek()
5858 fp->fp_glob->fg_offset = offset; in lseek()
5859 *retval = fp->fp_glob->fg_offset; in lseek()
9680 loff = fp->fp_glob->fg_offset; in getdirentries_common()
9686 fp->fp_glob->fg_offset = uio_offset(auio); in getdirentries_common()
9689 fp->fp_glob->fg_offset = uio_offset(auio); in getdirentries_common()
9704 fp->fp_glob->fg_offset = 0; in getdirentries_common()
9978 loff = fp->fp_glob->fg_offset; in getdirentriesattr()
10022 fp->fp_glob->fg_offset = 0; // reset index for new dir in getdirentriesattr()
10038 fp->fp_glob->fg_offset = uio_offset(auio); /* should be multiple of dirent, not variable */ in getdirentriesattr()
H A Dvfs_attrlist.c4133 if (!fp->fp_glob->fg_offset) { in getattrlistbulk()
4221 fp->fp_glob->fg_offset = fvdata->fv_offset; in getattrlistbulk()
/xnu-8019.80.24/bsd/sys/
H A Dfile_internal.h186 off_t fg_offset; member
/xnu-8019.80.24/bsd/dev/dtrace/scripts/
H A Dio.d227 F->fg_offset;
/xnu-8019.80.24/bsd/miscfs/specfs/
H A Dspec_vnops.c2979 if (kn->kn_fp->fp_glob->fg_offset >= (uint32_t)selret) { in filt_spec_common()
2982 data = ((uint32_t)selret) - kn->kn_fp->fp_glob->fg_offset; in filt_spec_common()
/xnu-8019.80.24/bsd/kern/
H A Dkdebug.c2831 RAW_file_offset = fp->fp_glob->fg_offset; in kdbg_control()
2848 fp->fp_glob->fg_offset = RAW_file_offset; in kdbg_control()
H A Dproc_info.c2529 fproc->fi_offset = fp->fp_glob->fg_offset; in fill_fileinfo()
H A Dkern_descrip.c152 #define f_offset fp_glob->fg_offset