Home
last modified time | relevance | path

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

/test/dittosuite/src/
Dinstruction_factory.cpp89 int fd_key = -1; in CreateFromProtoInstruction() local
91 fd_key = SharedVariables::GetKey(thread_ids, options.output_fd()); in CreateFromProtoInstruction()
115 options.direct_io(), fd_key, access_mode); in CreateFromProtoInstruction()
118 options.direct_io(), fd_key, access_mode); in CreateFromProtoInstruction()
121 fd_key, access_mode); in CreateFromProtoInstruction()
137 int fd_key = SharedVariables::GetKey(thread_ids, options.input_fd()); in CreateFromProtoInstruction() local
139 return std::make_unique<CloseFile>(instruction_params, fd_key); in CreateFromProtoInstruction()
144 int fd_key = SharedVariables::GetKey(thread_ids, options.input_fd()); in CreateFromProtoInstruction() local
146 return std::make_unique<ResizeFile>(instruction_params, options.size(), fd_key); in CreateFromProtoInstruction()
159 int fd_key = SharedVariables::GetKey(thread_ids, options.input_fd()); in CreateFromProtoInstruction() local
[all …]
/test/dittosuite/test/
Dresize_file_test.cpp41 int fd_key = dittosuite::SharedVariables::GetKey(thread_ids, "test_file"); in TEST_P() local
45 fd_key, access_mode); in TEST_P()
51 (Instruction::Params){dittosuite::Syscall::GetSyscall(), repeat}, size, fd_key); in TEST_P()