Home
last modified time | relevance | path

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

/linux-6.14.4/fs/fuse/
Dfuse_i.h406 struct fuse_req { struct
409 struct list_head list;
412 struct list_head intr_entry;
415 struct fuse_args *args;
418 refcount_t count;
421 unsigned long flags;
424 struct {
426 } in;
429 struct {
431 } out;
[all …]
Ddev_uring_i.h56 struct fuse_req *fuse_req; member