Searched refs:F_RSETLK (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl06.c | 57 #define F_RSETLK 11 /* kludge code */ macro 101 if (do_lock(F_RSETLK, F_WRLCK, 0, 10, 5) == -1) in main() 104 if (do_lock(F_RSETLK, F_UNLCK, 0, 5, 5) == -1) in main() 151 if (do_lock(F_RSETLK, (short)F_UNLCK, (short)0, 0, 0) == -1) { in unlock_file()
|