Searched refs:write_response (Results 1 – 5 of 5) sorted by relevance
401 struct cache_write_response *write_response; in on_write_request_process() local406 write_response = get_cache_write_response(&qstate->response); in on_write_request_process()413 write_response->error_code = ENOENT; in on_write_request_process()421 write_response->error_code = EACCES; in on_write_request_process()430 write_response->error_code = EOPNOTSUPP; in on_write_request_process()445 write_response->error_code = cache_write(c_entry, in on_write_request_process()459 write_response->error_code = -1; in on_write_request_process()474 struct cache_write_response *write_response; in on_negative_write_request_process() local479 write_response = get_cache_write_response(&qstate->response); in on_negative_write_request_process()486 write_response->error_code = ENOENT; in on_negative_write_request_process()[all …]
417 struct cache_mp_write_session_write_response *write_response; in on_mp_write_session_write_request_process() local422 write_response = get_cache_mp_write_session_write_response( in on_mp_write_session_write_request_process()428 write_response->error_code = cache_mp_write( in on_mp_write_session_write_request_process()445 struct cache_mp_write_session_write_response *write_response; in on_mp_write_session_write_response_write1() local449 write_response = get_cache_mp_write_session_write_response( in on_mp_write_session_write_response_write1()451 result = qstate->write_func(qstate, &write_response->error_code, in on_mp_write_session_write_response_write1()460 if (write_response->error_code == 0) { in on_mp_write_session_write_response_write1()
198 init_cache_write_response(struct cache_write_response *write_response) in init_cache_write_response() argument202 memset(write_response, 0, sizeof(struct cache_write_response)); in init_cache_write_response()207 finalize_cache_write_response(struct cache_write_response *write_response) in finalize_cache_write_response() argument
757 write_response(*it); in loop()775 write_response(*out); in notify_inval_entry()790 write_response(*out); in notify_inval_inode()806 write_response(*out); in notify_store()925 void MockFS::write_response(const mockfs_buf_out &out) { in write_response() function in MockFS
316 void write_response(const mockfs_buf_out &out);