]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/agi.h
xfs_scrub_all: escape service names consistently
[thirdparty/xfsprogs-dev.git] / db / agi.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 agi_flds[];
8 extern const struct field agi_hfld[];
9
10 extern void agi_init(void);
11 extern int agi_size(void *obj, int startoff, int idx);