Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/fuse/
H A Dfusectl_test.c107 int abort_fd, test_fd, ret; in TEST_F() local
113 abort_fd = open(path_buf, O_WRONLY); in TEST_F()
114 ASSERT_GE(abort_fd, 0); in TEST_F()
130 ret = write(abort_fd, FUSECTL_TEST_VALUE, sizeof(FUSECTL_TEST_VALUE)); in TEST_F()
133 close(abort_fd); in TEST_F()