Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h49621 struct fuse_io_priv { struct
49622 struct kref refcnt;
49623 int async;
49624 spinlock_t lock;
49625 unsigned int reqs;
49626 ssize_t bytes;
49627 size_t size;
49628 __u64 offset;
49629 bool write;
49630 bool should_dirty;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h59378 struct fuse_io_priv { struct
59379 struct kref refcnt;
59380 int async;
59381 spinlock_t lock;
59382 unsigned int reqs;
59383 ssize_t bytes;
59384 size_t size;
59385 __u64 offset;
59386 bool write;
59387 bool should_dirty;
[all …]