Home
last modified time | relevance | path

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

/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libfuse-lite/
H A Dfuse.c132 struct fuse_dh { struct
134 struct fuse *fuse;
135 fuse_req_t req;
136 char *contents;
137 int allocated;
138 unsigned len;
139 unsigned size;
140 unsigned needlen;
141 int filled;
142 uint64_t fh;
[all …]
/dports/sysutils/fusefs-libs/fuse-2.9.9/lib/
H A Dfuse.c196 struct fuse_dh { struct
198 struct fuse *fuse;
199 fuse_req_t req;
200 char *contents;
201 int allocated;
202 unsigned len;
203 unsigned size;
204 unsigned needlen;
205 int filled;
206 uint64_t fh;
[all …]