]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/attrshort.h
xfs_scrub: adapt phase5 to deferred descriptions
[thirdparty/xfsprogs-dev.git] / db / attrshort.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 field_t attr_sf_entry_flds[];
8 extern const field_t attr_sf_hdr_flds[];
9 extern const field_t attr_shortform_flds[];
10 extern const field_t attrshort_hfld[];
11
12 extern int attr_sf_entry_size(void *obj, int startoff, int idx);
13 extern int attrshort_size(void *obj, int startoff, int idx);