Searched refs:fuse_dh (Results 1 – 1 of 1) sorted by relevance
177 struct fuse_dh { struct3362 static struct fuse_dh *get_dirhandle(const struct fuse_file_info *llfi, in get_dirhandle()3365 struct fuse_dh *dh = (struct fuse_dh *) (uintptr_t) llfi->fh; in get_dirhandle()3376 struct fuse_dh *dh; in fuse_lib_opendir()3381 dh = (struct fuse_dh *) malloc(sizeof(struct fuse_dh)); in fuse_lib_opendir()3386 memset(dh, 0, sizeof(struct fuse_dh)); in fuse_lib_opendir()3423 static int extend_contents(struct fuse_dh *dh, unsigned minsize) in extend_contents()3448 static int fuse_add_direntry_to_dh(struct fuse_dh *dh, const char *name, in fuse_add_direntry_to_dh()3491 struct fuse_dh *dh = (struct fuse_dh *) dh_; in fill_dir()3556 struct fuse_dh *dh = (struct fuse_dh *) dh_; in fill_dir_plus()[all …]