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