Home
last modified time | relevance | path

Searched defs:hdr (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/fuse_sideload/
Dfuse_sideload.cpp99 fuse_out_header hdr; in fuse_reply() local
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()
279 static int handle_read(void* data, fuse_data* fd, const fuse_in_header* hdr) { in handle_read()
431 fuse_in_header* hdr = reinterpret_cast<fuse_in_header*>(request_buffer); in run_fuse_sideload() local