Searched refs:fuse_in_header (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/fuse_sideload/ |
D | fuse_sideload.cpp | 116 static int handle_init(void* data, fuse_data* fd, const fuse_in_header* hdr) { in handle_init() 166 static int handle_getattr(void* /* data */, const fuse_data* fd, const fuse_in_header* hdr) { in handle_getattr() 184 static int handle_lookup(void* data, const fuse_data* fd, const fuse_in_header* hdr) { in handle_lookup() 208 static int handle_open(void* /* data */, const fuse_data* fd, const fuse_in_header* hdr) { in handle_open() 218 static int handle_flush(void* /* data */, fuse_data* /* fd */, const fuse_in_header* /* hdr */) { in handle_flush() argument 222 static int handle_release(void* /* data */, fuse_data* /* fd */, const fuse_in_header* /* hdr */) { in handle_release() argument 279 static int handle_read(void* data, fuse_data* fd, const fuse_in_header* hdr) { in handle_read() 414 uint8_t request_buffer[sizeof(fuse_in_header) + PATH_MAX * 8]; in run_fuse_sideload() 426 if (static_cast<size_t>(len) < sizeof(fuse_in_header)) { in run_fuse_sideload() 431 fuse_in_header* hdr = reinterpret_cast<fuse_in_header*>(request_buffer); in run_fuse_sideload() [all …]
|