Searched refs:write_response (Results 1 – 6 of 6) sorted by relevance
398 struct cache_write_response *write_response; in on_write_request_process() local403 write_response = get_cache_write_response(&qstate->response); in on_write_request_process()410 write_response->error_code = ENOENT; in on_write_request_process()418 write_response->error_code = EACCES; in on_write_request_process()427 write_response->error_code = EOPNOTSUPP; in on_write_request_process()442 write_response->error_code = cache_write(c_entry, in on_write_request_process()456 write_response->error_code = -1; in on_write_request_process()471 struct cache_write_response *write_response; in on_negative_write_request_process() local476 write_response = get_cache_write_response(&qstate->response); in on_negative_write_request_process()483 write_response->error_code = ENOENT; in on_negative_write_request_process()[all …]
414 struct cache_mp_write_session_write_response *write_response; in on_mp_write_session_write_request_process() local419 write_response = get_cache_mp_write_session_write_response( in on_mp_write_session_write_request_process()425 write_response->error_code = cache_mp_write( in on_mp_write_session_write_request_process()442 struct cache_mp_write_session_write_response *write_response; in on_mp_write_session_write_response_write1() local446 write_response = get_cache_mp_write_session_write_response( in on_mp_write_session_write_response_write1()448 result = qstate->write_func(qstate, &write_response->error_code, in on_mp_write_session_write_response_write1()457 if (write_response->error_code == 0) { in on_mp_write_session_write_response_write1()
196 init_cache_write_response(struct cache_write_response *write_response) in init_cache_write_response() argument200 memset(write_response, 0, sizeof(struct cache_write_response)); in init_cache_write_response()205 finalize_cache_write_response(struct cache_write_response *write_response) in finalize_cache_write_response() argument
52 m_mock->write_response(out); in TEST_F()72 m_mock->write_response(out); in TEST_F()
847 write_response(*it); in loop()867 write_response(*out); in notify_inval_entry()882 write_response(*out); in notify_inval_inode()898 write_response(*out); in notify_store()1021 void MockFS::write_response(const mockfs_buf_out &out) { in write_response() function in MockFS
348 void write_response(const mockfs_buf_out &out);