Lines Matching refs:rlsize
146 int err = 0, rlpos, rlsize, buf_size;
240 rlpos = rlsize = 0;
247 "bmp_pos 0x%llx, rlpos %i, rlsize %i.",
252 (unsigned long long)bmp_pos, rlpos, rlsize);
320 if ((rlpos + 2) * sizeof(*rl) > rlsize) {
329 rl2 = ntfs_malloc_nofs(rlsize + (int)PAGE_SIZE);
336 memcpy(rl2, rl, rlsize);
339 rlsize += PAGE_SIZE;
340 ntfs_debug("Reallocated memory, rlsize 0x%x.",
341 rlsize);