Lines Matching defs:list
28 /* List of virtio-fs device instances and a lock for the list. Also provides
59 struct list_head list; /* on virtio_fs_instances */
79 struct list_head list;
245 /* Add a new instance to the list or return -EEXIST if tag name exists*/
253 list_for_each_entry(fs2, &virtio_fs_instances, list) {
259 list_add_tail(&fs->list, &virtio_fs_instances);
275 list_for_each_entry(fs, &virtio_fs_instances, list) {
363 list);
369 list_del_init(&req->list);
378 struct fuse_req, list);
383 list_del_init(&req->list);
390 list_add_tail(&req->list, &fsvq->queued_reqs);
438 list_add_tail(&forget->list, &fsvq->queued_reqs);
477 struct virtio_fs_forget, list);
483 list_del(&forget->list);
627 list_move_tail(&req->list, &reqs);
634 list_for_each_entry_safe(req, next, &reqs, list) {
635 list_del_init(&req->list);
926 list_del_init(&fs->list);
1038 /* Return the number of scatter-gather list elements required */
1071 /* Add pages to scatter-gather list and return number of elements used */
1091 /* Add args to scatter-gather list and return number of elements used */
1196 list_add_tail(&req->list, fpq->processing);
1234 req = list_last_entry(&fiq->pending, struct fuse_req, list);
1236 list_del_init(&req->list);
1256 list_add_tail(&req->list, &fsvq->queued_reqs);
1268 list_add_tail(&req->list, &fsvq->end_reqs);
1311 if (list_empty(&fs->list)) {