Searched refs:outhdr (Results 1 – 1 of 1) sorted by relevance
294 struct fuse_out_header outhdr; in handle_read() local315 outhdr.len = sizeof(outhdr) + size; in handle_read()316 outhdr.error = 0; in handle_read()317 outhdr.unique = hdr->unique; in handle_read()318 vec[0].iov_base = &outhdr; in handle_read()319 vec[0].iov_len = sizeof(outhdr); in handle_read()503 struct fuse_out_header outhdr; in run_fuse_sideload() local504 outhdr.len = sizeof(outhdr); in run_fuse_sideload()505 outhdr.error = result; in run_fuse_sideload()506 outhdr.unique = hdr->unique; in run_fuse_sideload()[all …]