/* SPDX-License-Identifier: GPL-2.0-or-later */ /* AFS protocol bits * * Copyright (C) 2021 Red Hat, Inc. All Rights Reserved. * Written by David Howells ([email protected]) */ #define AFSCAPABILITIESMAX … /* AFS3 Fileserver capabilities word 0 */ #define AFS3_VICED_CAPABILITY_ERRORTRANS … #define AFS3_VICED_CAPABILITY_64BITFILES … #define AFS3_VICED_CAPABILITY_WRITELOCKACL … #define AFS3_VICED_CAPABILITY_SANEACLS …