]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - db/dquot.h
xfsprogs: Release v4.18.0
[thirdparty/xfsprogs-dev.git] / db / dquot.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 disk_dquot_flds[];
8 extern const struct field dqblk_flds[];
9 extern const struct field dqblk_hfld[];
10
11 extern void xfs_dquot_set_crc(struct xfs_buf *);
12 extern void dquot_init(void);