]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - db/btblock.h
db: write via array indexing doesn't work
[thirdparty/xfsprogs-dev.git] / db / btblock.h
CommitLineData
2bd0ea18 1/*
da23017d
NS
2 * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
dfc130f3 4 *
da23017d
NS
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
2bd0ea18 7 * published by the Free Software Foundation.
dfc130f3 8 *
da23017d
NS
9 * This program is distributed in the hope that it would be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
dfc130f3 13 *
da23017d
NS
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write the Free Software Foundation,
16 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2bd0ea18
NS
17 */
18
2bd0ea18
NS
19extern const struct field bmapbta_flds[];
20extern const struct field bmapbta_hfld[];
c2907bd7
DC
21extern const struct field bmapbta_crc_flds[];
22extern const struct field bmapbta_crc_hfld[];
2bd0ea18
NS
23extern const struct field bmapbta_key_flds[];
24extern const struct field bmapbta_rec_flds[];
49b31417 25
2bd0ea18
NS
26extern const struct field bmapbtd_flds[];
27extern const struct field bmapbtd_hfld[];
c2907bd7
DC
28extern const struct field bmapbtd_crc_flds[];
29extern const struct field bmapbtd_crc_hfld[];
2bd0ea18
NS
30extern const struct field bmapbtd_key_flds[];
31extern const struct field bmapbtd_rec_flds[];
32
49b31417
BN
33extern const struct field inobt_flds[];
34extern const struct field inobt_hfld[];
c2907bd7 35extern const struct field inobt_crc_flds[];
061e316e 36extern const struct field inobt_spcrc_flds[];
c2907bd7 37extern const struct field inobt_crc_hfld[];
061e316e 38extern const struct field inobt_spcrc_hfld[];
49b31417
BN
39extern const struct field inobt_key_flds[];
40extern const struct field inobt_rec_flds[];
061e316e 41extern const struct field inobt_sprec_flds[];
49b31417
BN
42
43extern const struct field bnobt_flds[];
44extern const struct field bnobt_hfld[];
c2907bd7
DC
45extern const struct field bnobt_crc_flds[];
46extern const struct field bnobt_crc_hfld[];
49b31417
BN
47extern const struct field bnobt_key_flds[];
48extern const struct field bnobt_rec_flds[];
49
50extern const struct field cntbt_flds[];
51extern const struct field cntbt_hfld[];
c2907bd7
DC
52extern const struct field cntbt_crc_flds[];
53extern const struct field cntbt_crc_hfld[];
49b31417
BN
54extern const struct field cntbt_key_flds[];
55extern const struct field cntbt_rec_flds[];
56
a9d7b986
DW
57extern const struct field rmapbt_crc_flds[];
58extern const struct field rmapbt_crc_hfld[];
59extern const struct field rmapbt_key_flds[];
60extern const struct field rmapbt_rec_flds[];
61
49b31417 62extern int btblock_size(void *obj, int startoff, int idx);