Searched defs:fuse_lowlevel_ops (Results 1 – 1 of 1) sorted by relevance
| /external/libfuse/include/ |
| D | fuse_lowlevel.h | 182 struct fuse_lowlevel_ops { struct 199 void (*init) (void *userdata, struct fuse_conn_info *conn); 212 void (*destroy) (void *userdata); 225 void (*lookup) (fuse_req_t req, fuse_ino_t parent, const char *name); 241 void (*lookup_postfilter)(fuse_req_t req, fuse_ino_t parent, 282 void (*forget) (fuse_req_t req, fuse_ino_t ino, uint64_t nlookup); 303 void (*getattr) (fuse_req_t req, fuse_ino_t ino, 334 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr, 347 void (*readlink) (fuse_req_t req, fuse_ino_t ino); 359 void (*canonical_path) (fuse_req_t req, fuse_ino_t ino); [all …]
|