Searched refs:b_resid (Results 1 – 19 of 19) sorted by relevance
| /NextBSD/cddl/lib/libdtrace/ |
| HD | io.d | 56 size_t b_resid; /* # of bytes not transferred */ member 70 b_resid = B->bio_resid;
|
| /NextBSD/sys/sys/mach/device/ |
| HD | buf.h | 88 #define b_resid io_residual macro
|
| /NextBSD/sys/sys/ |
| HD | buf.h | 104 long b_resid; member 445 (bp)->b_resid = 0; \
|
| /NextBSD/sys/ufs/ffs/ |
| HD | ffs_rawread.c | 247 bp->b_resid = 0; in ffs_rawread_readahead() 339 iolen = bp->b_bcount - bp->b_resid; in ffs_rawread_main()
|
| HD | ffs_vnops.c | 577 size -= bp->b_resid; 757 size = blksize(fs, ip, lbn) - bp->b_resid; 954 size -= bp->b_resid; in ffs_extread() 1076 size = sblksize(fs, dp->di_extsize, lbn) - bp->b_resid; in ffs_extwrite()
|
| /NextBSD/sys/fs/fuse/ |
| HD | fuse_io.c | 255 n, bp->b_data + on, n + (int)bp->b_resid); in fuse_read_biobackend() 730 bp->b_resid = 0; in fuse_io_strategy() 735 bp->b_resid = uiop->uio_resid; in fuse_io_strategy()
|
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clbio.c | 562 n = MIN(uio->uio_resid, NFS_MAXPATHLEN - bp->b_resid); in ncl_bioread() 676 n = lmin(uio->uio_resid, NFS_DIRBLKSIZ - bp->b_resid - on); in ncl_bioread() 1686 bp->b_resid = 0; in ncl_doio() 1807 bp->b_resid = 0; in ncl_doio() 1812 bp->b_resid = uiop->uio_resid; in ncl_doio()
|
| /NextBSD/sys/geom/ |
| HD | geom_vfs.c | 148 bp->b_resid = bp->b_bcount - bip->bio_completed; in g_vfs_done()
|
| /NextBSD/sys/fs/smbfs/ |
| HD | smbfs_io.c | 397 bp->b_resid = 0; in smbfs_doio() 404 bp->b_resid = uiop->uio_resid; in smbfs_doio()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | vdev_disk.c | 669 if ((error = biowait(bp)) == 0 && bp->b_resid != 0) in vdev_disk_ldi_physio() 689 if (zio->io_error == 0 && bp->b_resid != 0) in vdev_disk_io_intr()
|
| HD | zvol.c | 1699 if ((bp->b_resid = resid) == bp->b_bcount)
|
| /NextBSD/sys/fs/ext2fs/ |
| HD | ext2_vnops.c | 1718 size -= bp->b_resid; in ext2_ind_read() 1868 size -= bp->b_resid; in ext4_ext_read() 1979 size = blksize(fs, ip, lbn) - bp->b_resid; in ext2_write()
|
| /NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/sys/ |
| HD | zfs_context.h | 805 size_t b_resid; member
|
| /NextBSD/sys/kern/ |
| HD | vfs_bio.c | 1477 bp->b_resid = 0; in buf_alloc() 2475 iosize = bp->b_bcount - bp->b_resid; in vfs_vmio_iodone() 4354 bp->b_resid = 0; in vfs_bio_clrbuf() 4681 bp->b_error, bp->b_bufsize, bp->b_bcount, bp->b_resid, in DB_SHOW_COMMAND()
|
| /NextBSD/sys/fs/msdosfs/ |
| HD | msdosfs_vnops.c | 593 diff = blsize - bp->b_resid; in msdosfs_read() 1600 n = min(n, blsize - bp->b_resid); in msdosfs_readdir()
|
| /NextBSD/sys/fs/cd9660/ |
| HD | cd9660_vnops.c | 344 n = MIN(n, size - bp->b_resid);
|
| /NextBSD/sys/fs/udf/ |
| HD | udf_vnops.c | 490 n = min(n, size - bp->b_resid); in udf_read()
|
| /NextBSD/sys/vm/ |
| HD | swap_pager.c | 2481 bp->b_resid = bp->b_bcount - bp2->bio_completed; in swapgeom_done()
|
| /NextBSD/sys/fs/nandfs/ |
| HD | nandfs_vnops.c | 1117 bp->b_resid = bp->b_bcount; in nandfs_read_filebuf()
|