/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/fs/adfs/dir_fplus.h * * Copyright (C) 1999 Russell King * * Structures of directories on the F+ format disk */ #define ADFS_FPLUS_NAME_LEN … #define BIGDIRSTARTNAME … #define BIGDIRENDNAME … struct adfs_bigdirheader { … } __attribute__((packed, aligned …)); struct adfs_bigdirentry { … } __attribute__((packed, aligned …)); struct adfs_bigdirtail { … } __attribute__((packed, aligned …));