Motr  M0
ag_store.h
Go to the documentation of this file.
1 /* -*- C -*- */
2 /*
3  * Copyright (c) 2013-2020 Seagate Technology LLC and/or its Affiliates
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  * For any questions about this software or licensing,
18  * please email opensource@seagate.com or cortx-questions@seagate.com.
19  *
20  */
21 
22 
23 #pragma once
24 
25 #ifndef __MOTR_CM_AG_STORE_H__
26 #define __MOTR_CM_AG_STORE_H__
27 
28 #include "cm/ag.h"
29 #include "fop/fom.h"
30 
42 };
43 
45  struct m0_cm_ag_id d_in;
48 };
49 
51  struct m0_fom s_fom;
54 };
55 
56 M0_INTERNAL void m0_cm_ag_store_init(struct m0_cm_type *cmtype);
57 M0_INTERNAL void m0_cm_ag_store_fom_start(struct m0_cm *cm);
58 M0_INTERNAL void m0_cm_ag_store_complete(struct m0_cm_ag_store *store);
59 M0_INTERNAL void m0_cm_ag_store_fini(struct m0_cm_ag_store *store);
60 M0_INTERNAL bool m0_cm_ag_store_is_complete(struct m0_cm_ag_store *store);
61 
64 #endif /* __MOTR_CM_AG_STORE_H__ */
65 /*
66  * Local variables:
67  * c-indentation-style: "K&R"
68  * c-basic-offset: 8
69  * tab-width: 8
70  * fill-column: 80
71  * scroll-step: 1
72  * End:
73  */
uint64_t m0_time_t
Definition: time.h:37
struct m0_cm_ag_id d_out
Definition: ag_store.h:46
enum m0_cm_ag_store_status s_status
Definition: ag_store.h:53
static struct m0_cm * cm
Definition: cm.c:63
M0_INTERNAL bool m0_cm_ag_store_is_complete(struct m0_cm_ag_store *store)
Definition: ag_store.c:529
M0_INTERNAL void m0_cm_ag_store_complete(struct m0_cm_ag_store *store)
Definition: ag_store.c:519
M0_INTERNAL void m0_cm_ag_store_fini(struct m0_cm_ag_store *store)
Definition: ag_store.c:524
M0_INTERNAL void m0_cm_ag_store_init(struct m0_cm_type *cmtype)
Definition: ag_store.c:512
M0_INTERNAL void m0_cm_ag_store_fom_start(struct m0_cm *cm)
Definition: ag_store.c:534
m0_cm_ag_store_status
Definition: ag_store.h:38
Definition: fom.h:481
Definition: cm.h:143
struct m0_cm_ag_store_data s_data
Definition: ag_store.h:52
Definition: cm.h:166
struct m0_fom s_fom
Definition: ag_store.h:51
struct m0_cm_ag_id d_in
Definition: ag_store.h:45
m0_time_t d_cm_epoch
Definition: ag_store.h:47
Definition: ag.h:49