Home
last modified time | relevance | path

Searched refs:statx (Results 1 – 25 of 69) sorted by relevance

123

/external/ltp/testcases/kernel/syscalls/statx/
Dstatx02.c41 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()
Dstatx05.c39 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()
Dstatx01.c58 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()
Dstatx04.c40 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()
Dstatx03.c79 struct statx buf; in run_test()
82 TEST(statx(tc->dfd, *(tc->filename), tc->flag, in run_test()
Dstatx06.c118 struct statx buff; in test_statx()
131 TEST(statx(AT_FDCWD, TEST_FILE, 0, STATX_ALL, &buff)); in test_statx()
/external/ltp/doc/
Dc-test-tutorial-simple.txt58 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/
Dstat.h72 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/
Dltp-statx.m424 AC_CHECK_FUNCS(statx,,)
26 AC_CHECK_TYPES([struct statx],,,[[
/external/syzkaller/pkg/email/
Dparser_test.go438 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/
Dtrace_stat_like.in12 statx -a32
Dstatx.c41 # define STRUCT_STAT struct statx
Dxstatx.c67 # define statx libc_statx macro
72 # undef statx
/external/strace/tests-m32/
Dtrace_stat_like.in12 statx -a32
Dstatx.c41 # define STRUCT_STAT struct statx
Dxstatx.c67 # define statx libc_statx macro
72 # undef statx
/external/strace/tests-mx32/
Dtrace_stat_like.in12 statx -a32
Dstatx.c41 # define STRUCT_STAT struct statx
Dxstatx.c67 # define statx libc_statx macro
72 # undef statx
/external/kernel-headers/original/uapi/linux/
Dstat.h99 struct statx { struct
/external/strace/
Dstatx.c38 SYS_FUNC(statx) in SYS_FUNC() argument
/external/ltp/include/lapi/syscalls/
Dx86_64.in316 statx 332
Di386.in349 statx 383
Dpowerpc.in356 statx 383
Dpowerpc64.in356 statx 383

123