Lines Matching defs:blsize
774 u_int32_t blsize;
812 blsize = vap->va_a_iroot->ir_size;
813 dprintf(("%s: blksz: %d\n", __func__, blsize));
814 rdbuf = malloc(blsize, M_TEMP, M_WAITOK);
916 rdsize = blsize;
1029 u_int32_t blsize; /* Index allocation size (2048) */
1056 blsize = fp->f_dirblsz;
1059 dprintf(("%s: rdbuf: %p, blsize: %d\n", __func__, rdbuf, blsize));
1080 cpbl = ntfs_btocn(blsize + ntfs_cntob(1) - 1);
1105 rdsize = (attrnum == NTFS_A_INDXROOT) ? vap->va_datalen : blsize;