Home
last modified time | relevance | path

Searched refs:b_resid (Results 1 – 19 of 19) sorted by relevance

/NextBSD/cddl/lib/libdtrace/
HDio.d56 size_t b_resid; /* # of bytes not transferred */ member
70 b_resid = B->bio_resid;
/NextBSD/sys/sys/mach/device/
HDbuf.h88 #define b_resid io_residual macro
/NextBSD/sys/sys/
HDbuf.h104 long b_resid; member
445 (bp)->b_resid = 0; \
/NextBSD/sys/ufs/ffs/
HDffs_rawread.c247 bp->b_resid = 0; in ffs_rawread_readahead()
339 iolen = bp->b_bcount - bp->b_resid; in ffs_rawread_main()
HDffs_vnops.c577 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/
HDfuse_io.c255 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/
HDnfs_clbio.c562 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/
HDgeom_vfs.c148 bp->b_resid = bp->b_bcount - bip->bio_completed; in g_vfs_done()
/NextBSD/sys/fs/smbfs/
HDsmbfs_io.c397 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/
HDvdev_disk.c669 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()
HDzvol.c1699 if ((bp->b_resid = resid) == bp->b_bcount)
/NextBSD/sys/fs/ext2fs/
HDext2_vnops.c1718 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/
HDzfs_context.h805 size_t b_resid; member
/NextBSD/sys/kern/
HDvfs_bio.c1477 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/
HDmsdosfs_vnops.c593 diff = blsize - bp->b_resid; in msdosfs_read()
1600 n = min(n, blsize - bp->b_resid); in msdosfs_readdir()
/NextBSD/sys/fs/cd9660/
HDcd9660_vnops.c344 n = MIN(n, size - bp->b_resid);
/NextBSD/sys/fs/udf/
HDudf_vnops.c490 n = min(n, size - bp->b_resid); in udf_read()
/NextBSD/sys/vm/
HDswap_pager.c2481 bp->b_resid = bp->b_bcount - bp2->bio_completed; in swapgeom_done()
/NextBSD/sys/fs/nandfs/
HDnandfs_vnops.c1117 bp->b_resid = bp->b_bcount; in nandfs_read_filebuf()