Searched refs:b_resid (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/fs/fuse/ |
H A D | fuse_io.c | 207 if (on < bcount - bp->b_resid) in fuse_read_biobackend() 208 n = MIN((unsigned)(bcount - bp->b_resid - on), in fuse_read_biobackend() 217 if (bp->b_resid > 0) { in fuse_read_biobackend() 600 if (bp->b_resid > 0) { in fuse_write_biobackend() 897 bp->b_resid = 0; in fuse_io_strategy() 902 bp->b_resid = uiop->uio_resid; in fuse_io_strategy()
|
/freebsd/cddl/lib/libdtrace/ |
H A D | io.d | 59 size_t b_resid; /* # of bytes not transferred */ member 74 b_resid = B->bio_resid;
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_rawread.c | 234 bp->b_resid = 0; in ffs_rawread_readahead() 315 iolen = bp->b_bcount - bp->b_resid; in ffs_rawread_main()
|
H A D | ffs_vnops.c | 792 size -= bp->b_resid; in ffs_read() 951 size = blksize(fs, ip, lbn) - bp->b_resid; in ffs_write() 1152 size -= bp->b_resid; in ffs_extread() 1249 size = sblksize(fs, dp->di_extsize, lbn) - bp->b_resid; in ffs_extwrite()
|
/freebsd/sys/sys/ |
H A D | buf.h | 105 long b_resid; member 501 (bp)->b_resid = 0; \
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clbio.c | 593 n = MIN(uio->uio_resid, NFS_MAXPATHLEN - bp->b_resid); in ncl_bioread() 717 * it just so happens that b_resid will effectively chop it in ncl_bioread() 724 n = lmin(uio->uio_resid, NFS_DIRBLKSIZ - bp->b_resid - on); 1093 * on our end, resulting in b_resid == 0 and, thusly, in ncl_write() 1665 bp->b_resid = 0; in ncl_doio() 1782 bp->b_resid = 0; in ncl_meta_setsize() 1787 bp->b_resid = uiop->uio_resid; in ncl_meta_setsize()
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_io.c | 395 bp->b_resid = 0; in smbfs_doio() 402 bp->b_resid = uiop->uio_resid; in smbfs_doio()
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_vnops.c | 638 bp->b_resid = len; in tarfs_strategy() 656 bp->b_resid -= len - auio.uio_resid; in tarfs_strategy()
|
H A D | tarfs_io.c | 581 bp->b_resid = len; in tarfs_zstrategy()
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_vnops.c | 598 diff = blsize - bp->b_resid; in msdosfs_read() 1636 n = min(n, blsize - bp->b_resid); in msdosfs_readdir()
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_vnops.c | 322 n = MIN(n, size - bp->b_resid); in cd9660_read()
|
/freebsd/sys/kern/ |
H A D | vfs_bio.c | 1779 bp->b_resid = 0; in buf_alloc() 2982 iosize = bp->b_bcount - bp->b_resid; in vfs_vmio_iodone() 4950 bp->b_resid = 0; in vfs_bio_clrbuf() 5503 bp->b_error, bp->b_bufsize, bp->b_bcount, bp->b_resid, in DB_SHOW_COMMAND()
|
/freebsd/sys/fs/p9fs/ |
H A D | p9fs_vnops.c | 1981 bp->b_resid = 0; in p9fs_doio() 1991 bp->b_resid = uiov->uio_resid; in p9fs_doio()
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_vnops.c | 2106 size -= bp->b_resid; in ext2_read() 2256 size = blksize(fs, ip, lbn) - bp->b_resid; in ext2_write()
|
/freebsd/sys/fs/udf/ |
H A D | udf_vnops.c | 503 n = min(n, size - bp->b_resid); in udf_read()
|
/freebsd/sys/vm/ |
H A D | swap_pager.c | 3142 bp->b_resid = bp->b_bcount - bp2->bio_completed; in swapgeom_done()
|