Lines Matching defs:fuse_dh
177 struct fuse_dh { struct178 pthread_mutex_t lock;179 struct fuse *fuse;180 fuse_req_t req;181 char *contents;182 struct fuse_direntry *first;183 struct fuse_direntry **last;184 unsigned len;185 unsigned size;186 unsigned needlen;187 int filled;188 uint64_t fh;189 int error;190 fuse_ino_t nodeid;