Lines Matching refs:nr_allocated
351 int nr_allocated = 0;
390 nr_allocated =
393 if (nr_allocated)
401 nr_allocated =
403 if (nr_allocated)
407 nr_allocated =
412 return nr_allocated;
1158 int nr_allocated;
1161 nr_allocated = scan_bitmap(hint->th, &start, finish, min,
1165 if (nr_allocated == 0) /* no new blocks allocated, return */
1169 while (rest > 0 && nr_allocated > 0) {
1172 nr_allocated--;
1176 if (nr_allocated > 0) {
1186 nr_allocated;
1201 int nr_allocated = 0;
1257 nr_allocated,
1264 nr_allocated);
1267 while (nr_allocated--)
1269 new_blocknrs[nr_allocated],
1274 } while ((nr_allocated += allocate_without_wrapping_disk(hint,
1276 nr_allocated,
1280 nr_allocated,
1286 nr_allocated + REISERFS_I(hint->inode)->i_prealloc_count) {
1292 nr_allocated -
1299 hint->prealloc_size - nr_allocated -