Searched refs:uio_setoffset (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | uio.h | 220 void uio_setoffset( uio_t a_uio, off_t a_offset );
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_xattr.c | 1825 uio_setoffset(uio, entry->offset); in default_getxattr_vfs() 1827 uio_setoffset(uio, 0); in default_getxattr_vfs() 2070 uio_setoffset(uio, entry->offset); in default_setxattr_vfs() 2072 uio_setoffset(uio, 0); in default_setxattr_vfs() 2188 uio_setoffset(uio, offset); in default_setxattr_vfs() 2190 uio_setoffset(uio, 0); in default_setxattr_vfs() 2655 uio_setoffset(uio, uio_offset(uio) + value_offset); in default_getxattr_doubleagent() 2668 uio_setoffset(uio, value_offset); in default_getxattr_doubleagent() 2673 uio_setoffset(uio, 0); in default_getxattr_doubleagent() 2910 uio_setoffset(uio, uio_offset(uio) + value_offset); in default_setxattr_doubleagent() [all …]
|
| H A D | vfs_vnops.c | 1187 uio_setoffset(uio, fp->fp_glob->fg_offset); in vn_read() 1309 uio_setoffset(uio, write_offset); in vn_write()
|
| H A D | vfs_attrlist.c | 3059 uio_setoffset(auio, orig_offset + (off_t)copy_size); in vfs_attr_pack_internal() 4059 uio_setoffset(auio, fvd->fv_eoff); in readdirattr()
|
| H A D | vfs_subr.c | 11464 uio_setoffset(auio, 0); in rmdir_remove_orphaned_appleDouble()
|
| /xnu-11215/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-11215/bsd/kern/ |
| H A D | kern_subr.c | 792 uio_setoffset( uio_t a_uio, off_t a_offset ) in uio_setoffset() function
|
| /xnu-11215/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 818 uio_setoffset(uio, offset); in nullfs_special_readdir()
|