Lines Matching refs:out1
254 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out); in TEST_F() local
255 out1->header.unique = in.header.unique; in TEST_F()
256 out1->header.error = -EAGAIN; in TEST_F()
257 out1->header.len = sizeof(out1->header); in TEST_F()
258 out.push_back(std::move(out1)); in TEST_F()
311 std::unique_ptr<mockfs_buf_out> out1(new mockfs_buf_out); in TEST_F() local
318 SET_OUT_HEADER_LEN(*out1, entry); in TEST_F()
319 out1->body.create.entry.attr.mode = S_IFDIR | MODE; in TEST_F()
320 out1->body.create.entry.nodeid = ino1; in TEST_F()
321 out1->header.unique = mkdir_unique; in TEST_F()
322 out.push_back(std::move(out1)); in TEST_F()