Home
last modified time | relevance | path

Searched refs:uiomovebp (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/sys/
HDuio.h72 int uiomovebp (struct buf *, caddr_t, size_t, struct uio *);
/dragonfly/sys/vfs/ufs/
HDufs_readwrite.c155 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/
HDfuse_io.c139 error = uiomovebp(bp, bp->b_data + buf_offset, len, uio);
287 error = uiomovebp(bp, bp->b_data + buf_offset, len, uio);
HDfuse_vnops.c1411 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/
HDhammer2_buf.c178 uiomovebp(struct m_buf *bp, caddr_t cp, size_t n, struct uio *uio) in uiomovebp() function
HDhammer2_vnops.c1179 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()
HDhammer2.h2052 int uiomovebp(struct m_buf *bp, caddr_t cp, size_t n, struct uio *uio);
/dragonfly/sys/vfs/nfs/
HDnfs_bio.c416 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/
HDkern_subr.c183 uiomovebp(struct buf *bp, caddr_t cp, size_t n, struct uio *uio) in uiomovebp() function
/dragonfly/sys/vfs/ntfs/
HDntfs_vnops.c154 error = uiomovebp(bp, bp->b_data + off, toread - off, uio); in ntfs_read()
HDntfs_subr.c1447 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/
HDdirfs_vnops.c653 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/
HDmsdosfs_vnops.c551 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/
HDtmpfs_vnops.c648 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/
HDhammer2_vnops.c964 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/
HDhammer_vnops.c455 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()