Home
last modified time | relevance | path

Searched refs:parent_ready_pipe (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test_ns.c210 int parent_ready_pipe[2]; in test_listmount_ns() local
217 if (pipe(parent_ready_pipe) < 0) in test_listmount_ns()
230 close(parent_ready_pipe[1]); in test_listmount_ns()
249 if (read(parent_ready_pipe[0], &cval, sizeof(cval)) != sizeof(cval)) in test_listmount_ns()
255 close(parent_ready_pipe[0]); in test_listmount_ns()
264 if (write(parent_ready_pipe[1], &pval, sizeof(pval)) != sizeof(pval)) in test_listmount_ns()