Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
H A Dvirtio_fs.c46 struct list_head end_reqs; /* End these requests */ member
354 req = list_first_entry_or_null(&fsvq->end_reqs, struct fuse_req, in virtio_fs_request_dispatch_work()
660 INIT_LIST_HEAD(&fsvq->end_reqs); in virtio_fs_init_vq()
1274 list_add_tail(&req->list, &fsvq->end_reqs);
/kernel/linux/linux-6.6/fs/fuse/
H A Dvirtio_fs.c47 struct list_head end_reqs; /* End these requests */ member
362 req = list_first_entry_or_null(&fsvq->end_reqs, struct fuse_req, in virtio_fs_request_dispatch_work()
668 INIT_LIST_HEAD(&fsvq->end_reqs); in virtio_fs_init_vq()
1268 list_add_tail(&req->list, &fsvq->end_reqs);

Completed in 5 milliseconds