/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _BCACHEFS_SUBVOLUME_FORMAT_H #define _BCACHEFS_SUBVOLUME_FORMAT_H #define SUBVOL_POS_MIN … #define SUBVOL_POS_MAX … #define BCACHEFS_ROOT_SUBVOL … struct bch_subvolume { … }; LE32_BITMASK(…) … /* * We need to know whether a subvolume is a snapshot so we can know whether we * can delete it (or whether it should just be rm -rf'd) */ LE32_BITMASK(…) … LE32_BITMASK(…) … #endif /* _BCACHEFS_SUBVOLUME_FORMAT_H */