1 // SPDX-License-Identifier: LGPL-2.1 1 2 /* 3 * trace/beauty/move_mount.c 4 * 5 * Copyright (C) 2019, Red Hat Inc, Arnaldo C 6 */ 7 8 #include "trace/beauty/beauty.h" 9 #include <linux/log2.h> 10 11 static size_t move_mount__scnprintf_flags(unsi 12 { 13 #include "trace/beauty/generated/move_mount_fl 14 static DEFINE_STRARRAY(move_mount_flags 15 16 return strarray__scnprintf_flags(&strar 17 } 18 19 size_t syscall_arg__scnprintf_move_mount_flags 20 { 21 unsigned long flags = arg->val; 22 23 return move_mount__scnprintf_flags(fla 24 } 25
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.