1/* SPDX-License-Identifier: GPL-2.0 */
2#ifdef __NR_rename
3__NR_rename,
4#endif
5#ifdef __NR_mkdir
6__NR_mkdir,
7#endif
8#ifdef __NR_rmdir
9__NR_rmdir,
10#endif
11#ifdef __NR_creat
12__NR_creat,
13#endif
14#ifdef __NR_link
15__NR_link,
16#endif
17#ifdef __NR_unlink
18__NR_unlink,
19#endif
20#ifdef __NR_symlink
21__NR_symlink,
22#endif
23#ifdef __NR_mknod
24__NR_mknod,
25#endif
26#ifdef __NR_mkdirat
27__NR_mkdirat,
28__NR_mknodat,
29__NR_unlinkat,
30#ifdef __NR_renameat
31__NR_renameat,
32#endif
33__NR_linkat,
34__NR_symlinkat,
35#endif
36#ifdef __NR_renameat2
37__NR_renameat2,
38#endif
39