Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
Dfuse_i.h347 struct fuse_req { struct
350 struct list_head list;
353 struct list_head intr_entry;
356 struct fuse_args *args;
359 refcount_t count;
362 unsigned long flags;
365 struct {
367 } in;
370 struct {
372 } out;
[all …]
/kernel/linux/linux-6.6/fs/fuse/
Dfuse_i.h362 struct fuse_req { struct
365 struct list_head list;
368 struct list_head intr_entry;
371 struct fuse_args *args;
374 refcount_t count;
377 unsigned long flags;
380 struct {
382 } in;
385 struct {
387 } out;
[all …]