linux/include/trace/misc/fs.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Display helpers for generic filesystem items
 *
 * Author: Chuck Lever <chuck.lever@oracle.com>
 *
 * Copyright (c) 2020, Oracle and/or its affiliates.
 */

#include <linux/fs.h>

#define show_fs_dirent_type(x)

#define show_fs_fcntl_open_flags(x)

#define __fmode_flag(x)
#define show_fs_fmode_flags(x)

#ifdef CONFIG_64BIT
#define show_fs_fcntl_cmd(x)
#else /* CONFIG_64BIT */
#define show_fs_fcntl_cmd
#endif /* CONFIG_64BIT */

#define show_fs_fcntl_lock_type(x)

#define show_fs_lookup_flags(flags)