btt.h (527c465a3c8716d93201ae34b7fc52679610596d) btt.h (ab45e7632717b811e0786e46ca5ad279cb731b66)
1/*
2 * Block Translation Table library
3 * Copyright (c) 2014-2015, Intel Corporation.
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
8 *

--- 168 unchanged lines hidden (view full) ---

177 unsigned long long rawsize;
178 u32 lbasize;
179 u32 sector_size;
180 struct nd_region *nd_region;
181 struct mutex init_lock;
182 int init_state;
183 int num_arenas;
184};
1/*
2 * Block Translation Table library
3 * Copyright (c) 2014-2015, Intel Corporation.
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
8 *

--- 168 unchanged lines hidden (view full) ---

177 unsigned long long rawsize;
178 u32 lbasize;
179 u32 sector_size;
180 struct nd_region *nd_region;
181 struct mutex init_lock;
182 int init_state;
183 int num_arenas;
184};
185
186bool nd_btt_arena_is_valid(struct nd_btt *nd_btt, struct btt_sb *super);
187
185#endif
188#endif