Motr  M0
linear_enum.h
Go to the documentation of this file.
1 /* -*- C -*- */
2 /*
3  * Copyright (c) 2012-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_LAYOUT_LINEAR_ENUM_H__
26 #define __MOTR_LAYOUT_LINEAR_ENUM_H__
27 
37 /* import */
38 #include "lib/arith.h" /* M0_IS_8ALIGNED */
39 #include "layout/layout.h"
40 
41 /* export */
43 
53  uint32_t lla_nr;
54 
56  uint32_t lla_A;
57 
59  uint32_t lla_B;
60 
62  uint32_t lla_pad;
63 };
65 
70 
72 
73  uint64_t lla_magic;
74 };
75 
83 M0_INTERNAL int m0_linear_enum_build(struct m0_layout_domain *dom,
84  const struct m0_layout_linear_attr *attr,
85  struct m0_layout_linear_enum **out);
86 
88 
91 /* __MOTR_LAYOUT_LINEAR_ENUM_H__ */
92 #endif
93 
94 /*
95  * Local variables:
96  * c-indentation-style: "K&R"
97  * c-basic-offset: 8
98  * tab-width: 8
99  * fill-column: 80
100  * scroll-step: 1
101  * End:
102  */
M0_INTERNAL int m0_linear_enum_build(struct m0_layout_domain *dom, const struct m0_layout_linear_attr *attr, struct m0_layout_linear_enum **out)
Definition: linear_enum.c:138
struct m0_layout_linear_attr lle_attr
Definition: linear_enum.h:71
struct m0_layout_enum lle_base
Definition: linear_enum.h:69
static void attr(struct m0_addb2__context *ctx, const uint64_t *v, char *buf)
Definition: dump.c:949
static struct m0_stob_domain * dom
Definition: storage.c:38
M0_BASSERT(M0_IS_8ALIGNED(sizeof(struct m0_layout_linear_attr)))
#define M0_IS_8ALIGNED(val)
Definition: arith.h:190
#define out(...)
Definition: gen.c:41
struct m0_layout_enum_type m0_linear_enum_type
Definition: linear_enum.c:342