Lines Matching refs:list
73 /* The generic layer is about to remove the req from the commit list.
451 pnfs_bucket_alloc_ds_commits(struct list_head *list,
470 list_add_tail(&data->list, list);
484 pnfs_alloc_ds_commits_list(struct list_head *list,
496 ret += pnfs_bucket_alloc_ds_commits(list, array->buckets,
514 LIST_HEAD(list);
525 list_add_tail(&data->list, &list);
529 nreq += pnfs_alloc_ds_commits_list(&list, fl_cinfo, cinfo);
533 list_for_each_entry_safe(data, tmp, &list, list) {
534 list_del(&data->list);
762 * Given a list of multipath struct nfs4_pnfs_ds_addr, add it to ds cache if
1205 struct list_head *list;
1214 list = &bucket->written;
1226 nfs_request_add_commit_list_locked(req, list, cinfo);