Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fuse/
Dfuse_i.h305 struct fuse_req { struct
308 struct list_head list;
311 struct list_head intr_entry;
314 refcount_t count;
316 bool user_pages;
319 u64 intr_unique;
322 unsigned long flags;
325 struct fuse_in in;
349 struct fuse_req *next; argument
352 } misc;
[all …]