Home
last modified time | relevance | path

Searched refs:end_reqs (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/fs/fuse/
Dvirtio_fs.c33 struct list_head end_reqs; /* End these requests */ member
271 req = list_first_entry_or_null(&fsvq->end_reqs, struct fuse_req, in virtio_fs_request_dispatch_work()
556 INIT_LIST_HEAD(&fs->vqs[VQ_HIPRIO].end_reqs); in virtio_fs_setup_vqs()
568 INIT_LIST_HEAD(&fs->vqs[i].end_reqs); in virtio_fs_setup_vqs()
1022 list_add_tail(&req->list, &fsvq->end_reqs); in virtio_fs_wake_pending_and_unlock()