Home
last modified time | relevance | path

Searched refs:uio_setoffset (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Duio.h225 void uio_setoffset( uio_t a_uio, off_t a_offset );
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_xattr.c1706 uio_setoffset(uio, uio_offset(uio) + value_offset); in default_getxattr_doubleagent()
1709 uio_setoffset(uio, uio_offset(uio) - value_offset); in default_getxattr_doubleagent()
1719 uio_setoffset(uio, value_offset); in default_getxattr_doubleagent()
1724 uio_setoffset(uio, 0); in default_getxattr_doubleagent()
1963 uio_setoffset(uio, uio_offset(uio) + value_offset); in default_setxattr_doubleagent()
1965 uio_setoffset(uio, 0); in default_setxattr_doubleagent()
H A Dvfs_vnops.c1232 uio_setoffset(uio, fp->fp_glob->fg_offset); in vn_read()
1354 uio_setoffset(uio, write_offset); in vn_write()
H A Dvfs_attrlist.c3129 uio_setoffset(auio, orig_offset + (off_t)copy_size); in vfs_attr_pack_internal()
4184 uio_setoffset(auio, fvd->fv_eoff); in readdirattr()
H A Dvfs_subr.c11572 uio_setoffset(auio, 0); in rmdir_remove_orphaned_appleDouble()
/xnu-12377.61.12/bsd/miscfs/bindfs/
H A Dbind_vnops.c341 uio_setoffset(auio, uio_offset(uio)); in bindfs_readdir()
375 uio_setoffset(uio, uio_offset(auio)); in bindfs_readdir()
/xnu-12377.61.12/bsd/miscfs/nullfs/
H A Dnull_vnops.c818 uio_setoffset(uio, offset); in nullfs_special_readdir()
/xnu-12377.61.12/bsd/kern/
H A Dkern_subr.c792 uio_setoffset( uio_t a_uio, off_t a_offset ) in uio_setoffset() function