]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - db/attrshort.h
xfs: cache last bitmap block in realtime allocator
[thirdparty/xfsprogs-dev.git] / db / attrshort.h
CommitLineData
959ef981 1// SPDX-License-Identifier: GPL-2.0
2bd0ea18 2/*
da23017d
NS
3 * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
2bd0ea18
NS
5 */
6
7extern const field_t attr_sf_entry_flds[];
8extern const field_t attr_sf_hdr_flds[];
9extern const field_t attr_shortform_flds[];
10extern const field_t attrshort_hfld[];
11
12extern int attr_sf_entry_size(void *obj, int startoff, int idx);
13extern int attrshort_size(void *obj, int startoff, int idx);