Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libfuse-lite/
Dfuse.c132 struct fuse_dh { struct
133 pthread_mutex_t lock;
134 struct fuse *fuse;
135 fuse_req_t req;
136 char *contents;
137 unsigned len;
138 unsigned size;
139 unsigned needlen;
140 int filled;
141 uint64_t fh;
[all …]
/third_party/libfuse/lib/
Dfuse.c170 struct fuse_dh { struct
171 pthread_mutex_t lock;
172 struct fuse *fuse;
173 fuse_req_t req;
174 char *contents;
175 struct fuse_direntry *first;
176 struct fuse_direntry **last;
177 unsigned len;
178 unsigned size;
179 unsigned needlen;
[all …]