Home
last modified time | relevance | path

Searched refs:fd_swapfile (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
H A Dcopy_file_range02.c47 static int fd_swapfile; variable
75 {&fd_swapfile, 0, ETXTBSY, CONTSIZE, "swap file", 1},
123 if (tc->copy_to_fd == &fd_swapfile && swap_nsup) { in verify_copy_file_range()
170 if (fd_swapfile > 0) { in cleanup()
172 SAFE_CLOSE(fd_swapfile); in cleanup()
213 fd_swapfile = SAFE_OPEN(FILE_SWAP_PATH, O_RDWR | O_CREAT, 0600); in setup()

Completed in 1 milliseconds