]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/bmroot.h
xfs: zero length symlinks are not valid
[thirdparty/xfsprogs-dev.git] / db / bmroot.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 bmroota_flds[];
8 extern const struct field bmroota_key_flds[];
9 extern const struct field bmrootd_flds[];
10 extern const struct field bmrootd_key_flds[];
11
12 extern int bmroota_size(void *obj, int startoff, int idx);
13 extern int bmrootd_size(void *obj, int startoff, int idx);