Searched refs:uio_setoffset (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | uio.h | 225 void uio_setoffset( uio_t a_uio, off_t a_offset );
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_xattr.c | 1706 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 D | vfs_vnops.c | 1232 uio_setoffset(uio, fp->fp_glob->fg_offset); in vn_read() 1354 uio_setoffset(uio, write_offset); in vn_write()
|
| H A D | vfs_attrlist.c | 3129 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 D | vfs_subr.c | 11572 uio_setoffset(auio, 0); in rmdir_remove_orphaned_appleDouble()
|
| /xnu-12377.61.12/bsd/miscfs/bindfs/ |
| H A D | bind_vnops.c | 341 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 D | null_vnops.c | 818 uio_setoffset(uio, offset); in nullfs_special_readdir()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_subr.c | 792 uio_setoffset( uio_t a_uio, off_t a_offset ) in uio_setoffset() function
|