nrptrs           1599 fs/btrfs/file.c 	int nrptrs;
nrptrs           1604 fs/btrfs/file.c 	nrptrs = min(DIV_ROUND_UP(iov_iter_count(i), PAGE_SIZE),
nrptrs           1606 fs/btrfs/file.c 	nrptrs = min(nrptrs, current->nr_dirtied_pause - current->nr_dirtied);
nrptrs           1607 fs/btrfs/file.c 	nrptrs = max(nrptrs, 8);
nrptrs           1608 fs/btrfs/file.c 	pages = kmalloc_array(nrptrs, sizeof(struct page *), GFP_KERNEL);
nrptrs           1617 fs/btrfs/file.c 					 nrptrs * (size_t)PAGE_SIZE -
nrptrs           1628 fs/btrfs/file.c 		WARN_ON(num_pages > nrptrs);
nrptrs           1725 fs/btrfs/file.c 			nrptrs = 1;