/* SPDX-License-Identifier: LGPL-2.1 */ /* * * Definitions for various global variables and structures * * Copyright (C) International Business Machines Corp., 2002, 2011 * Etersoft, 2012 * Author(s): Steve French ([email protected]) * Jeremy Allison ([email protected]) * Pavel Shilovsky ([email protected]) 2012 * */ #ifndef _SMB2_GLOB_H #define _SMB2_GLOB_H /* ***************************************************************** * Constants go here ***************************************************************** */ /* * Identifiers for functions that use the open, operation, close pattern * in smb2inode.c:smb2_compound_op() */ enum smb2_compound_ops { … }; /* Used when constructing chained read requests. */ #define CHAINED_REQUEST … #define START_OF_CHAIN … #define END_OF_CHAIN … #define RELATED_REQUEST … #endif /* _SMB2_GLOB_H */