Lines Matching full:fuse_handler
227 struct fuse_handler {
811 static int handle_lookup(struct fuse* fuse, struct fuse_handler* handler,
837 static int handle_forget(struct fuse* fuse, struct fuse_handler* handler,
856 static int handle_getattr(struct fuse* fuse, struct fuse_handler* handler,
878 static int handle_setattr(struct fuse* fuse, struct fuse_handler* handler,
941 static int handle_mknod(struct fuse* fuse, struct fuse_handler* handler,
972 static int handle_mkdir(struct fuse* fuse, struct fuse_handler* handler,
1022 static int handle_unlink(struct fuse* fuse, struct fuse_handler* handler,
1051 static int handle_rmdir(struct fuse* fuse, struct fuse_handler* handler,
1080 static int handle_rename(struct fuse* fuse, struct fuse_handler* handler,
1173 static int handle_open(struct fuse* fuse, struct fuse_handler* handler,
1213 static int handle_read(struct fuse* fuse, struct fuse_handler* handler,
1239 static int handle_write(struct fuse* fuse, struct fuse_handler* handler,
1258 static int handle_statfs(struct fuse* fuse, struct fuse_handler* handler,
1289 static int handle_release(struct fuse* fuse, struct fuse_handler* handler,
1300 static int handle_fsync(struct fuse* fuse, struct fuse_handler* handler,
1316 static int handle_flush(struct fuse* fuse, struct fuse_handler* handler,
1323 static int handle_opendir(struct fuse* fuse, struct fuse_handler* handler,
1360 static int handle_readdir(struct fuse* fuse, struct fuse_handler* handler,
1389 static int handle_releasedir(struct fuse* fuse, struct fuse_handler* handler,
1400 static int handle_init(struct fuse* fuse, struct fuse_handler* handler,
1418 static int handle_fuse_request(struct fuse *fuse, struct fuse_handler* handler,
1541 static void handle_fuse_requests(struct fuse_handler* handler)
1585 struct fuse_handler* handler = data;
1709 struct fuse_handler* handlers;
1712 handlers = malloc(num_threads * sizeof(struct fuse_handler));