1# Copyright 2023 The ChromiumOS Authors 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5fallocate: 1 6fdatasync: 1 7# 0x1277 == BLKDISCARD. 8ioctl: arg1 == 0x1277 9newfstatat: 1 10openat: 1 11prctl: arg0 == PR_SET_NAME 12pread64: 1 13preadv: 1 14pwrite64: 1 15pwritev: 1 16