| /dragonfly/sys/sys/ |
| HD | uio.h | 72 int uiomovebp (struct buf *, caddr_t, size_t, struct uio *);
|
| /dragonfly/sys/vfs/ufs/ |
| HD | ufs_readwrite.c | 155 error = uiomovebp(bp, bp->b_data + blkoffset, xfersize, uio); in ffs_read() 356 error = uiomovebp(bp, bp->b_data + blkoffset, xfersize, uio); in ffs_write()
|
| /dragonfly/sys/vfs/fuse/ |
| HD | fuse_io.c | 139 error = uiomovebp(bp, bp->b_data + buf_offset, len, uio); 287 error = uiomovebp(bp, bp->b_data + buf_offset, len, uio);
|
| HD | fuse_vnops.c | 1411 error = uiomovebp(bp, (char *)bp->b_data + offset, len, uio); in fuse_vop_read() 1587 error = uiomovebp(bp, (char *)bp->b_data + offset, len, uio); in fuse_vop_write()
|
| /dragonfly/usr.sbin/makefs/hammer2/ |
| HD | hammer2_buf.c | 178 uiomovebp(struct m_buf *bp, caddr_t cp, size_t n, struct uio *uio) in uiomovebp() function
|
| HD | hammer2_vnops.c | 1179 uiomovebp(bp, bp->b_data + loff, n, uio); in hammer2_read_file() 1345 error = uiomovebp(bp, bp->b_data + loff, n, uio); in hammer2_write_file()
|
| HD | hammer2.h | 2052 int uiomovebp(struct m_buf *bp, caddr_t cp, size_t n, struct uio *uio);
|
| /dragonfly/sys/vfs/nfs/ |
| HD | nfs_bio.c | 416 error = uiomovebp(bp, bp->b_data + boff, n, uio); in nfs_bioread() 420 error = uiomovebp(bp, bp->b_data + boff, n, uio); in nfs_bioread() 744 error = uiomovebp(bp, bp->b_data + boff, bytes, uio); in nfs_write()
|
| /dragonfly/sys/kern/ |
| HD | kern_subr.c | 183 uiomovebp(struct buf *bp, caddr_t cp, size_t n, struct uio *uio) in uiomovebp() function
|
| /dragonfly/sys/vfs/ntfs/ |
| HD | ntfs_vnops.c | 154 error = uiomovebp(bp, bp->b_data + off, toread - off, uio); in ntfs_read()
|
| HD | ntfs_subr.c | 1447 uiomovebp(bp, bp->b_data + off, tocopy, uio); in ntfs_writentvattr_plain() 1553 uiomovebp(bp, bp->b_data + off, in ntfs_readntvattr_plain()
|
| /dragonfly/sys/vfs/dirfs/ |
| HD | dirfs_vnops.c | 653 error = uiomovebp(bp, (char *)bp->b_data + offset, len, uio); in dirfs_read() 741 error = uiomovebp(bp, (char *)bp->b_data + offset, len, uio); in dirfs_write()
|
| /dragonfly/sys/vfs/msdosfs/ |
| HD | msdosfs_vnops.c | 551 error = uiomovebp(bp, bp->b_data + on, (size_t)n, uio); in msdosfs_read() 740 error = uiomovebp(bp, bp->b_data + croffset, (size_t)n, uio); in msdosfs_write()
|
| /dragonfly/sys/vfs/tmpfs/ |
| HD | tmpfs_vnops.c | 648 error = uiomovebp(bp, (char *)bp->b_data + offset, len, uio); in tmpfs_read() 779 error = uiomovebp(bp, (char *)bp->b_data + offset, len, uio); in tmpfs_write()
|
| /dragonfly/sys/vfs/hammer2/ |
| HD | hammer2_vnops.c | 964 uiomovebp(bp, bp->b_data + loff, n, uio); in hammer2_read_file() 1123 error = uiomovebp(bp, bp->b_data + loff, n, uio); in hammer2_write_file()
|
| /dragonfly/sys/vfs/hammer/ |
| HD | hammer_vnops.c | 455 error = uiomovebp(bp, (char *)bp->b_data + offset, n, uio); in hammer_vop_read() 724 error = uiomovebp(bp, bp->b_data + offset, n, uio); in hammer_vop_write()
|