Searched refs:nrptrs (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dfile.c1193 int nrptrs; local
1218 nrptrs = min(DIV_ROUND_UP(iov_iter_count(i), PAGE_SIZE),
1220 nrptrs = min(nrptrs, current->nr_dirtied_pause - current->nr_dirtied);
1221 nrptrs = max(nrptrs, 8);
1222 pages = kmalloc_array(nrptrs, sizeof(struct page *), GFP_KERNEL);
1233 nrptrs * (size_t)PAGE_SIZE -
1284 WARN_ON(num_pages > nrptrs);
1351 nrptrs
[all...]

Completed in 197 milliseconds