• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
7fstat: 1
8fsync: 1
9# 0x1277 == BLKDISCARD.
10ioctl: arg1 == 0x1277
11newfstatat: 1
12open: return ENOENT
13openat: 1
14prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_PDEATHSIG
15pread64: 1
16preadv: 1
17pwrite64: 1
18pwritev: 1
19statx: 1
20timerfd_create: 1
21timerfd_gettime: 1
22timerfd_settime: 1
23