Home
last modified time | relevance | path

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

/bootable/recovery/fuse_sideload/
Dfuse_sideload.cpp99 fuse_out_header hdr; in fuse_reply() local
100 hdr.len = len + sizeof(hdr); in fuse_reply()
101 hdr.error = 0; in fuse_reply()
102 hdr.unique = unique; in fuse_reply()
105 vec[0].iov_base = &hdr; in fuse_reply()
106 vec[0].iov_len = sizeof(hdr); in fuse_reply()
116 static int handle_init(void* data, fuse_data* fd, const fuse_in_header* hdr) { in handle_init() argument
147 fuse_reply(fd, hdr->unique, &out, fuse_struct_size); in handle_init()
166 static int handle_getattr(void* /* data */, const fuse_data* fd, const fuse_in_header* hdr) { in handle_getattr() argument
170 if (hdr->nodeid == FUSE_ROOT_ID) { in handle_getattr()
[all …]