Home
last modified time | relevance | path

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

/linux-6.14.4/fs/fuse/
Dfuse_i.h343 struct fuse_io_priv { struct
344 struct kref refcnt;
345 int async;
346 spinlock_t lock;
347 unsigned reqs;
348 ssize_t bytes;
349 size_t size;
350 __u64 offset;
351 bool write;
352 bool should_dirty;
[all …]