File tree Expand file tree Collapse file tree 13 files changed +26
-13
lines changed Expand file tree Collapse file tree 13 files changed +26
-13
lines changed Original file line number Diff line number Diff line change 26
26
#include "arch.h"
27
27
#include "arch-aarch64.h"
28
28
29
- /* NOTE: based on Linux 4.10-rc6+ */
29
+ /* NOTE: based on Linux 4.14 */
30
30
const struct arch_syscall_def aarch64_syscall_table [] = { \
31
31
{ "_llseek" , __PNR__llseek },
32
32
{ "_newselect" , __PNR__newselect },
@@ -392,6 +392,7 @@ const struct arch_syscall_def aarch64_syscall_table[] = { \
392
392
{ "stat64" , __PNR_stat64 },
393
393
{ "statfs" , 43 },
394
394
{ "statfs64" , __PNR_statfs64 },
395
+ { "statx" , 291 },
395
396
{ "stime" , __PNR_stime },
396
397
{ "stty" , __PNR_stty },
397
398
{ "subpage_prot" , __PNR_subpage_prot },
Original file line number Diff line number Diff line change 37
37
#define __SCMP_NR_BASE __SCMP_NR_OABI_SYSCALL_BASE
38
38
#endif
39
39
40
- /* NOTE: based on Linux 4.9 */
40
+ /* NOTE: based on Linux 4.14 */
41
41
const struct arch_syscall_def arm_syscall_table [] = { \
42
42
/* NOTE: arm_sync_file_range() and sync_file_range2() share values */
43
43
{ "_llseek" , (__SCMP_NR_BASE + 140 ) },
@@ -404,6 +404,7 @@ const struct arch_syscall_def arm_syscall_table[] = { \
404
404
{ "stat64" , (__SCMP_NR_BASE + 195 ) },
405
405
{ "statfs" , (__SCMP_NR_BASE + 99 ) },
406
406
{ "statfs64" , (__SCMP_NR_BASE + 266 ) },
407
+ { "statx" , (__SCMP_NR_BASE + 397 ) },
407
408
{ "stime" , __PNR_stime },
408
409
{ "stty" , __PNR_stty },
409
410
{ "subpage_prot" , __PNR_subpage_prot },
Original file line number Diff line number Diff line change 30
30
/* O32 ABI */
31
31
#define __SCMP_NR_BASE 4000
32
32
33
- /* NOTE: based on Linux 4.9 */
33
+ /* NOTE: based on Linux 4.14 */
34
34
const struct arch_syscall_def mips_syscall_table [] = { \
35
35
{ "_llseek" , (__SCMP_NR_BASE + 140 ) },
36
36
{ "_newselect" , (__SCMP_NR_BASE + 142 ) },
@@ -396,6 +396,7 @@ const struct arch_syscall_def mips_syscall_table[] = { \
396
396
{ "stat64" , (__SCMP_NR_BASE + 213 ) },
397
397
{ "statfs" , (__SCMP_NR_BASE + 99 ) },
398
398
{ "statfs64" , (__SCMP_NR_BASE + 255 ) },
399
+ { "statx" , (__SCMP_NR_BASE + 366 ) },
399
400
{ "stime" , (__SCMP_NR_BASE + 25 ) },
400
401
{ "stty" , (__SCMP_NR_BASE + 31 ) },
401
402
{ "subpage_prot" , __PNR_subpage_prot },
Original file line number Diff line number Diff line change 30
30
/* 64 ABI */
31
31
#define __SCMP_NR_BASE 5000
32
32
33
- /* NOTE: based on Linux 4.9 */
33
+ /* NOTE: based on Linux 4.14 */
34
34
const struct arch_syscall_def mips64_syscall_table [] = { \
35
35
{ "_llseek" , __PNR__llseek },
36
36
{ "_newselect" , (__SCMP_NR_BASE + 22 ) },
@@ -396,6 +396,7 @@ const struct arch_syscall_def mips64_syscall_table[] = { \
396
396
{ "stat64" , __PNR_stat64 },
397
397
{ "statfs" , (__SCMP_NR_BASE + 134 ) },
398
398
{ "statfs64" , __PNR_statfs64 },
399
+ { "statx" , (__SCMP_NR_BASE + 326 ) },
399
400
{ "stime" , __PNR_stime },
400
401
{ "stty" , __PNR_stty },
401
402
{ "subpage_prot" , __PNR_subpage_prot },
Original file line number Diff line number Diff line change 30
30
/* N32 ABI */
31
31
#define __SCMP_NR_BASE 6000
32
32
33
- /* NOTE: based on Linux 4.9 */
33
+ /* NOTE: based on Linux 4.14 */
34
34
const struct arch_syscall_def mips64n32_syscall_table [] = { \
35
35
{ "_llseek" , __PNR__llseek },
36
36
{ "_newselect" , (__SCMP_NR_BASE + 22 ) },
@@ -396,6 +396,7 @@ const struct arch_syscall_def mips64n32_syscall_table[] = { \
396
396
{ "stat64" , __PNR_stat64 },
397
397
{ "statfs" , (__SCMP_NR_BASE + 134 ) },
398
398
{ "statfs64" , (__SCMP_NR_BASE + 217 ) },
399
+ { "statx" , (__SCMP_NR_BASE + 330 ) },
399
400
{ "stime" , __PNR_stime },
400
401
{ "stty" , __PNR_stty },
401
402
{ "subpage_prot" , __PNR_subpage_prot },
Original file line number Diff line number Diff line change 10
10
#include "arch.h"
11
11
#include "arch-parisc.h"
12
12
13
- /* NOTE: based on Linux 4.9 */
13
+ /* NOTE: based on Linux 4.14 */
14
14
const struct arch_syscall_def parisc_syscall_table [] = { \
15
15
{ "_llseek" , 140 },
16
16
{ "_newselect" , 142 },
@@ -376,6 +376,7 @@ const struct arch_syscall_def parisc_syscall_table[] = { \
376
376
{ "stat64" , 101 },
377
377
{ "statfs" , 99 },
378
378
{ "statfs64" , 298 },
379
+ { "statx" , 349 },
379
380
{ "stime" , 25 },
380
381
{ "stty" , __PNR_stty },
381
382
{ "subpage_prot" , __PNR_subpage_prot },
Original file line number Diff line number Diff line change 27
27
#include "arch.h"
28
28
#include "arch-ppc.h"
29
29
30
- /* NOTE: based on Linux 4.10-rc6+ */
30
+ /* NOTE: based on Linux 4.14 */
31
31
const struct arch_syscall_def ppc_syscall_table [] = { \
32
32
{ "_llseek" , 140 },
33
33
{ "_newselect" , 142 },
@@ -393,6 +393,7 @@ const struct arch_syscall_def ppc_syscall_table[] = { \
393
393
{ "stat64" , 195 },
394
394
{ "statfs" , 99 },
395
395
{ "statfs64" , 252 },
396
+ { "statx" , 383 },
396
397
{ "stime" , 25 },
397
398
{ "stty" , 31 },
398
399
{ "subpage_prot" , 310 },
Original file line number Diff line number Diff line change 27
27
#include "arch.h"
28
28
#include "arch-ppc64.h"
29
29
30
- /* NOTE: based on Linux 4.10-rc6+ */
30
+ /* NOTE: based on Linux 4.14 */
31
31
const struct arch_syscall_def ppc64_syscall_table [] = { \
32
32
{ "_llseek" , 140 },
33
33
{ "_newselect" , 142 },
@@ -393,6 +393,7 @@ const struct arch_syscall_def ppc64_syscall_table[] = { \
393
393
{ "stat64" , __PNR_stat64 },
394
394
{ "statfs" , 99 },
395
395
{ "statfs64" , 252 },
396
+ { "statx" , 383 },
396
397
{ "stime" , 25 },
397
398
{ "stty" , 31 },
398
399
{ "subpage_prot" , 310 },
Original file line number Diff line number Diff line change 10
10
#include "arch.h"
11
11
#include "arch-s390.h"
12
12
13
- /* NOTE: based on Linux 4.9 */
13
+ /* NOTE: based on Linux 4.14 */
14
14
const struct arch_syscall_def s390_syscall_table [] = { \
15
15
{ "_llseek" , 140 },
16
16
{ "_newselect" , 142 },
@@ -376,6 +376,7 @@ const struct arch_syscall_def s390_syscall_table[] = { \
376
376
{ "stat64" , 195 },
377
377
{ "statfs" , 99 },
378
378
{ "statfs64" , 265 },
379
+ { "statx" , 379 },
379
380
{ "stime" , 25 },
380
381
{ "stty" , __PNR_stty },
381
382
{ "subpage_prot" , __PNR_subpage_prot },
Original file line number Diff line number Diff line change 10
10
#include "arch.h"
11
11
#include "arch-s390x.h"
12
12
13
- /* NOTE: based on Linux 4.9 */
13
+ /* NOTE: based on Linux 4.14 */
14
14
const struct arch_syscall_def s390x_syscall_table [] = { \
15
15
{ "_llseek" , __PNR__llseek },
16
16
{ "_newselect" , __PNR__newselect },
@@ -376,6 +376,7 @@ const struct arch_syscall_def s390x_syscall_table[] = { \
376
376
{ "stat64" , __PNR_stat64 },
377
377
{ "statfs" , 99 },
378
378
{ "statfs64" , 265 },
379
+ { "statx" , 379 },
379
380
{ "stime" , __PNR_stime },
380
381
{ "stty" , __PNR_stty },
381
382
{ "subpage_prot" , __PNR_subpage_prot },
Original file line number Diff line number Diff line change 26
26
#include "arch.h"
27
27
#include "arch-x32.h"
28
28
29
- /* NOTE: based on Linux 4.5-rc4 */
29
+ /* NOTE: based on Linux 4.14 */
30
30
const struct arch_syscall_def x32_syscall_table [] = { \
31
31
{ "_llseek" , __PNR__llseek },
32
32
{ "_newselect" , __PNR__newselect },
@@ -392,6 +392,7 @@ const struct arch_syscall_def x32_syscall_table[] = { \
392
392
{ "stat64" , __PNR_stat64 },
393
393
{ "statfs" , (X32_SYSCALL_BIT + 137 ) },
394
394
{ "statfs64" , __PNR_statfs64 },
395
+ { "statx" , (X32_SYSCALL_BIT + 332 ) },
395
396
{ "stime" , __PNR_stime },
396
397
{ "stty" , __PNR_stty },
397
398
{ "subpage_prot" , __PNR_subpage_prot },
Original file line number Diff line number Diff line change 26
26
#include "arch.h"
27
27
#include "arch-x86.h"
28
28
29
- /* NOTE: based on Linux 4.9 */
29
+ /* NOTE: based on Linux 4.14 */
30
30
const struct arch_syscall_def x86_syscall_table [] = { \
31
31
{ "_llseek" , 140 },
32
32
{ "_newselect" , 142 },
@@ -392,6 +392,7 @@ const struct arch_syscall_def x86_syscall_table[] = { \
392
392
{ "stat64" , 195 },
393
393
{ "statfs" , 99 },
394
394
{ "statfs64" , 268 },
395
+ { "statx" , 383 },
395
396
{ "stime" , 25 },
396
397
{ "stty" , 31 },
397
398
{ "subpage_prot" , __PNR_subpage_prot },
Original file line number Diff line number Diff line change 26
26
#include "arch.h"
27
27
#include "arch-x86_64.h"
28
28
29
- /* NOTE: based on Linux 4.9 */
29
+ /* NOTE: based on Linux 4.14 */
30
30
const struct arch_syscall_def x86_64_syscall_table [] = { \
31
31
{ "_llseek" , __PNR__llseek },
32
32
{ "_newselect" , __PNR__newselect },
@@ -392,6 +392,7 @@ const struct arch_syscall_def x86_64_syscall_table[] = { \
392
392
{ "stat64" , __PNR_stat64 },
393
393
{ "statfs" , 137 },
394
394
{ "statfs64" , __PNR_statfs64 },
395
+ { "statx" , 332 },
395
396
{ "stime" , __PNR_stime },
396
397
{ "stty" , __PNR_stty },
397
398
{ "subpage_prot" , __PNR_subpage_prot },
You can’t perform that action at this time.
0 commit comments