Lines Matching defs:fuse_dh
170 struct fuse_dh { struct171 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;180 int filled;181 uint64_t fh;182 int error;183 fuse_ino_t nodeid;