]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/btblock.h
xfs: zero length symlinks are not valid
[thirdparty/xfsprogs-dev.git] / db / btblock.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
5 */
6
7 extern const struct field bmapbta_flds[];
8 extern const struct field bmapbta_hfld[];
9 extern const struct field bmapbta_crc_flds[];
10 extern const struct field bmapbta_crc_hfld[];
11 extern const struct field bmapbta_key_flds[];
12 extern const struct field bmapbta_rec_flds[];
13
14 extern const struct field bmapbtd_flds[];
15 extern const struct field bmapbtd_hfld[];
16 extern const struct field bmapbtd_crc_flds[];
17 extern const struct field bmapbtd_crc_hfld[];
18 extern const struct field bmapbtd_key_flds[];
19 extern const struct field bmapbtd_rec_flds[];
20
21 extern const struct field inobt_flds[];
22 extern const struct field inobt_hfld[];
23 extern const struct field inobt_crc_flds[];
24 extern const struct field inobt_spcrc_flds[];
25 extern const struct field inobt_crc_hfld[];
26 extern const struct field inobt_spcrc_hfld[];
27 extern const struct field inobt_key_flds[];
28 extern const struct field inobt_rec_flds[];
29 extern const struct field inobt_sprec_flds[];
30
31 extern const struct field bnobt_flds[];
32 extern const struct field bnobt_hfld[];
33 extern const struct field bnobt_crc_flds[];
34 extern const struct field bnobt_crc_hfld[];
35 extern const struct field bnobt_key_flds[];
36 extern const struct field bnobt_rec_flds[];
37
38 extern const struct field cntbt_flds[];
39 extern const struct field cntbt_hfld[];
40 extern const struct field cntbt_crc_flds[];
41 extern const struct field cntbt_crc_hfld[];
42 extern const struct field cntbt_key_flds[];
43 extern const struct field cntbt_rec_flds[];
44
45 extern const struct field rmapbt_crc_flds[];
46 extern const struct field rmapbt_crc_hfld[];
47 extern const struct field rmapbt_key_flds[];
48 extern const struct field rmapbt_rec_flds[];
49
50 extern const struct field refcbt_crc_flds[];
51 extern const struct field refcbt_crc_hfld[];
52 extern const struct field refcbt_key_flds[];
53 extern const struct field refcbt_rec_flds[];
54
55 extern int btblock_size(void *obj, int startoff, int idx);