Lines Matching refs:nbuckets
105 p->nbuckets = n; in pnfs_alloc_commit_array()
260 unsigned int nbuckets, in pnfs_bucket_scan_array() argument
266 for (i = 0; i < nbuckets && max != 0; i++) { in pnfs_bucket_scan_array()
289 array->nbuckets, max); in pnfs_generic_scan_commit_lists()
305 unsigned int nbuckets, in pnfs_bucket_recover_commit_reqs() argument
314 for (i = 0, b = buckets; i < nbuckets; i++, b++) { in pnfs_bucket_recover_commit_reqs()
344 array->nbuckets, in pnfs_generic_recover_commit_reqs()
384 unsigned int nbuckets, in pnfs_generic_retry_commit() argument
392 for (bucket = buckets; idx < nbuckets; bucket++, idx++) { in pnfs_generic_retry_commit()
406 unsigned int nbuckets, in pnfs_bucket_alloc_ds_commits() argument
414 for (i = 0, bucket = buckets; i < nbuckets; i++, bucket++) { in pnfs_bucket_alloc_ds_commits()
432 pnfs_generic_retry_commit(buckets, nbuckets, cinfo, i); in pnfs_bucket_alloc_ds_commits()
450 array->nbuckets, cinfo); in pnfs_alloc_ds_commits_list()