Home
last modified time | relevance | path

Searched defs:fuse_req (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/fuse/
Dfuse_i.h426 struct fuse_req { struct
429 struct list_head list;
432 struct list_head intr_entry;
435 struct fuse_args *args;
438 refcount_t count;
441 unsigned long flags;
444 struct {
446 } in;
449 struct {
451 } out;
[all …]
Ddev_uring_i.h56 struct fuse_req *fuse_req; member