/* SPDX-License-Identifier: GPL-2.0 */ /* * Definitions of structures for vfsv0 quota format */ #ifndef _LINUX_QUOTA_TREE_H #define _LINUX_QUOTA_TREE_H #include <linux/types.h> #include <linux/quota.h> /* * Structure of header of block with quota structures. It is padded to 16 bytes so * there will be space for exactly 21 quota-entries in a block */ struct qt_disk_dqdbheader { … }; #define QT_TREEOFF … #endif /* _LINUX_QUOTAIO_TREE_H */