Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl15.c53 static const struct flock lock_two = { variable
76 SAFE_FCNTL(fd, F_SETLK, &lock_two); in lock_region_two()
94 if (!fcntl(fd, F_SETLK, &lock_two)) in do_test()
106 ret = fcntl(fd, F_SETLK, &lock_two); in do_test()
148 SAFE_FCNTL(fd[1], F_SETLK, &lock_two); in run_test()