Searched refs:write_response (Results 1 – 6 of 6) sorted by relevance
399 struct cache_write_response *write_response; in on_write_request_process() local411 write_response->error_code = ENOENT; in on_write_request_process()419 write_response->error_code = EACCES; in on_write_request_process()428 write_response->error_code = EOPNOTSUPP; in on_write_request_process()457 write_response->error_code = -1; in on_write_request_process()472 struct cache_write_response *write_response; in on_negative_write_request_process() local484 write_response->error_code = ENOENT; in on_negative_write_request_process()493 write_response->error_code = EACCES; in on_negative_write_request_process()502 write_response->error_code = EOPNOTSUPP; in on_negative_write_request_process()511 write_response->error_code = EPERM; in on_negative_write_request_process()[all …]
415 struct cache_mp_write_session_write_response *write_response; in on_mp_write_session_write_request_process() local420 write_response = get_cache_mp_write_session_write_response( in on_mp_write_session_write_request_process()426 write_response->error_code = cache_mp_write( in on_mp_write_session_write_request_process()443 struct cache_mp_write_session_write_response *write_response; in on_mp_write_session_write_response_write1() local447 write_response = get_cache_mp_write_session_write_response( in on_mp_write_session_write_response_write1()449 result = qstate->write_func(qstate, &write_response->error_code, in on_mp_write_session_write_response_write1()458 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()67 m_mock->write_response(out); in TEST_F()
821 write_response(*it); in loop()839 write_response(*out); in notify_inval_entry()854 write_response(*out); in notify_inval_inode()870 write_response(*out); in notify_store()989 void MockFS::write_response(const mockfs_buf_out &out) { in write_response() function in MockFS
338 void write_response(const mockfs_buf_out &out);