/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx02.c | 41 struct statx buf; in test_empty_path() 43 TEST(statx(file_fd, "", AT_EMPTY_PATH, 0, &buf)); in test_empty_path() 63 struct statx fbuf; in test_sym_link() 64 struct statx lbuf; in test_sym_link() 66 TEST(statx(AT_FDCWD, TESTFILE, 0, 0, &fbuf)); in test_sym_link() 75 TEST(statx(AT_FDCWD, LINK_FILE, AT_SYMLINK_NOFOLLOW, 0, &lbuf)); in test_sym_link()
|
D | statx05.c | 39 struct statx buf; in test_flagged() 41 TEST(statx(AT_FDCWD, TESTDIR_FLAGGED, 0, 0, &buf)); in test_flagged() 57 struct statx buf; in test_unflagged() 59 TEST(statx(AT_FDCWD, TESTDIR_UNFLAGGED, 0, 0, &buf)); in test_unflagged()
|
D | statx01.c | 58 struct statx buff; in test_normal_file() 60 TEST(statx(AT_FDCWD, TESTFILE, 0, 0, &buff)); in test_normal_file() 106 struct statx buff; in test_device_file() 108 TEST(statx(AT_FDCWD, DEVICEFILE, 0, 0, &buff)); in test_device_file()
|
D | statx04.c | 40 struct statx buf; in test_flagged() 42 TEST(statx(AT_FDCWD, TESTDIR_FLAGGED, 0, 0, &buf)); in test_flagged() 73 struct statx buf; in test_unflagged() 75 TEST(statx(AT_FDCWD, TESTDIR_UNFLAGGED, 0, 0, &buf)); in test_unflagged()
|
D | statx03.c | 79 struct statx buf; in run_test() 82 TEST(statx(tc->dfd, *(tc->filename), tc->flag, in run_test()
|
D | statx06.c | 118 struct statx buff; in test_statx() 131 TEST(statx(AT_FDCWD, TEST_FILE, 0, STATX_ALL, &buff)); in test_statx()
|
/external/ltp/doc/ |
D | c-test-tutorial-simple.txt | 58 We will use the +statx()+ system call, to provide a concrete example of a 99 appropriate or replace +statx+ with the system call chosen in exercise 2.1. 103 $ mkdir testcases/kernel/syscalls/statx 104 $ cd testcases/kernel/syscalls/statx 105 $ echo statx >> .gitignore 132 * Test statx 165 We have also set +test.min_kver+ to the kernel version where +statx+ was 171 Occasionally features are back ported to older kernel versions, so +statx+ may 232 Assuming you are in the test's subdirectory +testcases/kernel/syscalls/statx+, 244 this we need to add it to the +runtest+ file. So open +runtest/statx+ and add [all …]
|
/external/ltp/include/lapi/ |
D | stat.h | 72 struct statx { struct 111 static inline int statx(int dirfd, const char *pathname, unsigned int flags, in statx() function 112 unsigned int mask, struct statx *statxbuf) in statx()
|
/external/ltp/m4/ |
D | ltp-statx.m4 | 24 AC_CHECK_FUNCS(statx,,) 26 AC_CHECK_TYPES([struct statx],,,[[
|
/external/syzkaller/pkg/email/ |
D | parser_test.go | 438 statx: correct error handling of NULL pathname 446 @@ -567,8 +567,6 @@ SYSCALL_DEFINE5(statx, 464 v><div><br></div><div>=C2=A0 =C2=A0 statx: correct error handling of NULL p= 468 /fs/stat.c</div><div>@@ -567,8 +567,6 @@ SYSCALL_DEFINE5(statx,</div><div>= 496 statx: correct error handling of NULL pathname 504 @@ -567,8 +567,6 @@ SYSCALL_DEFINE5(statx, 516 @@ -567,8 +567,6 @@ SYSCALL_DEFINE5(statx,
|
/external/strace/tests/ |
D | trace_stat_like.in | 12 statx -a32
|
D | statx.c | 41 # define STRUCT_STAT struct statx
|
D | xstatx.c | 67 # define statx libc_statx macro 72 # undef statx
|
/external/strace/tests-m32/ |
D | trace_stat_like.in | 12 statx -a32
|
D | statx.c | 41 # define STRUCT_STAT struct statx
|
D | xstatx.c | 67 # define statx libc_statx macro 72 # undef statx
|
/external/strace/tests-mx32/ |
D | trace_stat_like.in | 12 statx -a32
|
D | statx.c | 41 # define STRUCT_STAT struct statx
|
D | xstatx.c | 67 # define statx libc_statx macro 72 # undef statx
|
/external/kernel-headers/original/uapi/linux/ |
D | stat.h | 99 struct statx { struct
|
/external/strace/ |
D | statx.c | 38 SYS_FUNC(statx) in SYS_FUNC() argument
|
/external/ltp/include/lapi/syscalls/ |
D | x86_64.in | 316 statx 332
|
D | i386.in | 349 statx 383
|
D | powerpc.in | 356 statx 383
|
D | powerpc64.in | 356 statx 383
|