Lines Matching defs:rdsize
70 u_int32_t rdsize;
775 u_int32_t rdsize; /* Length of data to read from current block */
817 rdsize = vap->va_datalen;
818 dprintf(("%s: rdsz: %d\n", __func__, rdsize));
821 0, rdsize, rdbuf, NULL);
830 for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff);
866 tctx->rdsize = rdsize;
916 rdsize = blsize;
919 ntfs_cntob(cn), rdsize, rdbuf, NULL);
924 rdbuf, rdsize);
933 rdsize = lookup_ctx->rdsize;
937 "$I30", ntfs_cntob(cn), rdsize, rdbuf, NULL);
943 rdbuf, rdsize);
1030 u_int32_t rdsize; /* Length of data to read */
1105 rdsize = (attrnum == NTFS_A_INDXROOT) ? vap->va_datalen : blsize;
1107 ntfs_cntob(blnum * cpbl), rdsize, rdbuf, NULL);
1113 rdbuf, rdsize);
1123 for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff);