/* SPDX-License-Identifier: GPL-2.0 */ /* * File with in-memory structures of old quota format */ #ifndef _LINUX_DQBLK_V1_H #define _LINUX_DQBLK_V1_H /* Numbers of blocks needed for updates */ #define V1_INIT_ALLOC … #define V1_INIT_REWRITE … #define V1_DEL_ALLOC … #define V1_DEL_REWRITE … #endif /* _LINUX_DQBLK_V1_H */