Home
last modified time | relevance | path

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

/bootable/recovery/
Dfuse_sideload.c99 struct fuse_out_header hdr; in fuse_reply() local
103 hdr.len = len + sizeof(hdr); in fuse_reply()
104 hdr.error = 0; in fuse_reply()
105 hdr.unique = unique; in fuse_reply()
107 vec[0].iov_base = &hdr; in fuse_reply()
108 vec[0].iov_len = sizeof(hdr); in fuse_reply()
118 static int handle_init(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) { in handle_init() argument
154 fuse_reply(fd, hdr->unique, &out, fuse_struct_size); in handle_init()
173 static int handle_getattr(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) { in handle_getattr() argument
179 if (hdr->nodeid == FUSE_ROOT_ID) { in handle_getattr()
[all …]