#ifndef _LINUX_FCNTL_H
#define _LINUX_FCNTL_H
#include <linux/stat.h>
#include <uapi/linux/fcntl.h>
#define VALID_OPEN_FLAGS …
#define VALID_RESOLVE_FLAGS …
#define OPEN_HOW_SIZE_VER0 …
#define OPEN_HOW_SIZE_LATEST …
#ifndef force_o_largefile
#define force_o_largefile() …
#endif
#if BITS_PER_LONG == 32
#define IS_GETLK32 …
#define IS_SETLK32 …
#define IS_SETLKW32 …
#define IS_GETLK64 …
#define IS_SETLK64 …
#define IS_SETLKW64 …
#else
#define IS_GETLK32(cmd) …
#define IS_SETLK32(cmd) …
#define IS_SETLKW32(cmd) …
#define IS_GETLK64(cmd) …
#define IS_SETLK64(cmd) …
#define IS_SETLKW64(cmd) …
#endif
#define IS_GETLK(cmd) …
#define IS_SETLK(cmd) …
#define IS_SETLKW(cmd) …
#endif