Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
Dfuse_i.h286 struct fuse_io_priv { struct
287 struct kref refcnt;
288 int async;
289 spinlock_t lock;
290 unsigned reqs;
291 ssize_t bytes;
292 size_t size;
293 __u64 offset;
294 bool write;
295 bool should_dirty;
[all …]
/kernel/linux/linux-6.6/fs/fuse/
Dfuse_i.h301 struct fuse_io_priv { struct
302 struct kref refcnt;
303 int async;
304 spinlock_t lock;
305 unsigned reqs;
306 ssize_t bytes;
307 size_t size;
308 __u64 offset;
309 bool write;
310 bool should_dirty;
[all …]