Searched refs:stat_pointer (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | test_func.c | 41 test_func1(const char *path_name, const struct stat *stat_pointer, in test_func1() argument 76 test_func3(const char *path_name, const struct stat *stat_pointer, in test_func3() argument 101 test_func4(const char *path_name, const struct stat *stat_pointer, in test_func4() argument 114 test_func5(const char *path_name, const struct stat *stat_pointer, in test_func5() argument 137 test_func7(const char *path_name, const struct stat *stat_pointer, in test_func7() argument 167 test_func8(const char *path_name, const struct stat *stat_pointer, in test_func8() argument 193 if (st_buf.st_dev != stat_pointer->st_dev) { in test_func8() 200 if (st_buf.st_ino != stat_pointer->st_ino) { in test_func8() 207 if (st_buf.st_mode != stat_pointer->st_mode) { in test_func8() 214 if (st_buf.st_nlink != stat_pointer->st_nlink) { in test_func8() [all …]
|
D | test_func64.c | 41 test_func1(const char *path_name, const struct stat64 *stat_pointer, in test_func1() argument 75 test_func3(const char *path_name, const struct stat64 *stat_pointer, in test_func3() argument 100 test_func4(const char *path_name, const struct stat64 *stat_pointer, in test_func4() argument 113 test_func5(const char *path_name, const struct stat64 *stat_pointer, in test_func5() argument 137 test_func7(const char *path_name, const struct stat64 *stat_pointer, in test_func7() argument 168 test_func8(const char *path_name, const struct stat64 *stat_pointer, in test_func8() argument 195 if (st_buf.st_dev != stat_pointer->st_dev) { in test_func8() 202 if (st_buf.st_ino != stat_pointer->st_ino) { in test_func8() 209 if (st_buf.st_mode != stat_pointer->st_mode) { in test_func8() 216 if (st_buf.st_nlink != stat_pointer->st_nlink) { in test_func8() [all …]
|