/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_ns06.c | 79 SAFE_FSTAT(my_fd, &my_stat); in run() 80 SAFE_FSTAT(child_fd, &child_stat); in run() 81 SAFE_FSTAT(parent_fd, &parent_stat); in run()
|
D | ioctl_ns05.c | 83 SAFE_FSTAT(my_fd, &my_stat); in run() 84 SAFE_FSTAT(child_fd, &child_stat); in run() 85 SAFE_FSTAT(parent_fd, &parent_stat); in run()
|
/third_party/ltp/testcases/kernel/syscalls/dup2/ |
D | dup204.c | 44 SAFE_FSTAT(fd[i], &oldbuf); in run() 45 SAFE_FSTAT(nfd[i], &newbuf); in run()
|
D | dup202.c | 96 SAFE_FSTAT(ofd, &oldbuf); in run() 98 SAFE_FSTAT(nfd, &newbuf); in run()
|
/third_party/ltp/testcases/kernel/syscalls/write/ |
D | write06.c | 45 SAFE_FSTAT(fd, &statbuf); in verify_write() 61 SAFE_FSTAT(fd, &statbuf); in verify_write()
|
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite04.c | 53 SAFE_FSTAT(fd, &statbuf); in verify_pwrite() 61 SAFE_FSTAT(fd, &statbuf); in verify_pwrite()
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
D | creat03.c | 34 SAFE_FSTAT(fd, &statbuf); in verify_creat()
|
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate04.c | 36 SAFE_FSTAT(fd, &file_stat); in get_blocksize() 48 SAFE_FSTAT(fd, &file_stat); in get_allocsize()
|
D | fallocate05.c | 48 SAFE_FSTAT(fd, &statbuf); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/init_module/ |
D | init_module01.c | 32 SAFE_FSTAT(fd, &sb); in setup()
|
D | init_module02.c | 58 SAFE_FSTAT(fd, &sb); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fchmod/ |
D | fchmod01.c | 32 SAFE_FSTAT(fd, &stat_buf); in verify_fchmod()
|
D | fchmod02.c | 36 SAFE_FSTAT(fd, &stat_buf); in verify_fchmod()
|
D | fchmod05.c | 39 SAFE_FSTAT(fd, &stat_buf); in verify_fchmod()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open01.c | 55 SAFE_FSTAT(fd, &buf); in verify_open()
|
/third_party/ltp/testcases/kernel/syscalls/sendfile/ |
D | sendfile06.c | 35 SAFE_FSTAT(fd, &sb); in setup()
|
/third_party/ltp/testcases/kernel/security/dirtyc0w/ |
D | dirtyc0w_child.c | 102 SAFE_FSTAT(fd, &st); in main()
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
D | fchown05.c | 47 SAFE_FSTAT(fd, &stat_buf); in run()
|
/third_party/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate01.c | 39 SAFE_FSTAT(fd, &stat_buf); in check_and_report()
|
D | ftruncate04.c | 75 SAFE_FSTAT(fd, &sb); in ftruncate_expect_success()
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_send_signal/ |
D | pidfd_send_signal03.c | 35 SAFE_FSTAT(fd, &file_stat); in get_inode_number()
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise01.c | 75 SAFE_FSTAT(fd, &st); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/ |
D | open_by_handle_at01.c | 97 SAFE_FSTAT(fd, &file_stat); in run()
|
/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/ |
D | name_to_handle_at01.c | 98 SAFE_FSTAT(fd, &file_stat); in run()
|
/third_party/ltp/testcases/kernel/syscalls/openat2/ |
D | openat201.c | 77 SAFE_FSTAT(fd, &file_stat); in run()
|