rdsize
rdsize = blsize;
ntfs_cntob(cn), rdsize, rdbuf, NULL);
rdbuf, rdsize);
rdsize = lookup_ctx->rdsize;
"$I30", ntfs_cntob(cn), rdsize, rdbuf, NULL);
rdbuf, rdsize);
u_int32_t rdsize; /* Length of data to read */
rdsize = (attrnum == NTFS_A_INDXROOT) ? vap->va_datalen : blsize;
ntfs_cntob(blnum * cpbl), rdsize, rdbuf, NULL);
rdbuf, rdsize);
for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff);
u_int32_t rdsize;
u_int32_t rdsize; /* Length of data to read from current block */
rdsize = vap->va_datalen;
DPRINTF("ntfs_ntlookupfile: rdsz: %u\n", rdsize);
0, rdsize, rdbuf, NULL);
for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff);
tctx->rdsize = rdsize;
uint32_t rdsize, poffset;
rdsize = (fsopts->size + sectorsize - 1) / sectorsize;
lp->d_secpercyl = rdsize;
DL_SETDSIZE(lp, rdsize);
DL_SETPSIZE(pp, rdsize - poffset);