Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl15.c46 static const struct flock lock_one = { variable
89 if (!fcntl(fd, F_SETLK, &lock_one)) in do_test()
101 if (fcntl(fd, F_SETLK, &lock_one)) in do_test()
144 SAFE_FCNTL(fd[0], F_SETLK, &lock_one); in run_test()