Home
last modified time | relevance | path

Searched refs:fuse_data (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/
Dfuse_sideload.c73 struct fuse_data { struct
97 static void fuse_reply(struct fuse_data* fd, __u64 unique, const void *data, size_t len) in fuse_reply() argument
118 static int handle_init(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) { in handle_init()
159 static void fill_attr(struct fuse_attr* attr, struct fuse_data* fd, in fill_attr()
173 static int handle_getattr(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) { in handle_getattr()
193 static int handle_lookup(void* data, struct fuse_data* fd, in handle_lookup()
218 static int handle_open(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) { in handle_open()
231 static int handle_flush(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) { in handle_flush()
235 static int handle_release(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) { in handle_release()
241 static int fetch_block(struct fuse_data* fd, uint32_t block) { in fetch_block()
[all …]