1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /* 2 /* 3 * Copyright (c) 2019 Christoph Hellwig 3 * Copyright (c) 2019 Christoph Hellwig 4 */ 4 */ 5 #include <linux/iomap.h> 5 #include <linux/iomap.h> 6 #include <linux/uio.h> 6 #include <linux/uio.h> 7 7 8 /* 8 /* 9 * We include this last to have the helpers ab 9 * We include this last to have the helpers above available for the trace 10 * event implementations. 10 * event implementations. 11 */ 11 */ 12 #define CREATE_TRACE_POINTS 12 #define CREATE_TRACE_POINTS 13 #include "trace.h" 13 #include "trace.h" 14 14
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.