Lines Matching refs:list
27 /* List of virtio-fs device instances and a lock for the list. Also provides
58 struct list_head list; /* on virtio_fs_instances */
78 struct list_head list;
237 /* Add a new instance to the list or return -EEXIST if tag name exists*/
245 list_for_each_entry(fs2, &virtio_fs_instances, list) {
251 list_add_tail(&fs->list, &virtio_fs_instances);
267 list_for_each_entry(fs, &virtio_fs_instances, list) {
355 list);
361 list_del_init(&req->list);
370 struct fuse_req, list);
375 list_del_init(&req->list);
382 list_add_tail(&req->list, &fsvq->queued_reqs);
430 list_add_tail(&forget->list, &fsvq->queued_reqs);
469 struct virtio_fs_forget, list);
475 list_del(&forget->list);
619 list_move_tail(&req->list, &reqs);
626 list_for_each_entry_safe(req, next, &reqs, list) {
627 list_del_init(&req->list);
932 list_del_init(&fs->list);
1044 /* Return the number of scatter-gather list elements required */
1077 /* Add pages to scatter-gather list and return number of elements used */
1097 /* Add args to scatter-gather list and return number of elements used */
1202 list_add_tail(&req->list, fpq->processing);
1240 req = list_last_entry(&fiq->pending, struct fuse_req, list);
1242 list_del_init(&req->list);
1262 list_add_tail(&req->list, &fsvq->queued_reqs);
1274 list_add_tail(&req->list, &fsvq->end_reqs);
1317 if (list_empty(&fs->list)) {