Lines Matching defs:blsize
833 u_int32_t blsize;
873 blsize = vap->va_a_iroot->ir_size;
874 DPRINTF("ntfs_ntlookupfile: blksz: %u\n", blsize);
876 rdbuf = malloc(blsize, M_TEMP, M_WAITOK);
1015 rdsize = blsize;
1135 u_int32_t blsize; /* Index allocation size (2048) */
1161 blsize = fp->f_dirblsz;
1164 DPRINTF("ntfs_ntreaddir: rdbuf: %p, blsize: %u\n", rdbuf, blsize);
1185 cpbl = ntfs_btocn(blsize + ntfs_cntob(1) - 1);
1210 rdsize = (attrnum == NTFS_A_INDXROOT) ? vap->va_datalen : blsize;