Searched refs:outhdr (Results 1 – 1 of 1) sorted by relevance
294 fuse_out_header outhdr; in handle_read() local295 outhdr.len = sizeof(outhdr) + size; in handle_read()296 outhdr.error = 0; in handle_read()297 outhdr.unique = hdr->unique; in handle_read()300 vec[0].iov_base = &outhdr; in handle_read()301 vec[0].iov_len = sizeof(outhdr); in handle_read()476 fuse_out_header outhdr; in run_fuse_sideload() local477 outhdr.len = sizeof(outhdr); in run_fuse_sideload()478 outhdr.error = result; in run_fuse_sideload()479 outhdr.unique = hdr->unique; in run_fuse_sideload()[all …]