Searched refs:tc_fl (Results 1 – 1 of 1) sorted by relevance
1414 struct flock tc_fl; member1424 error = fcntl(tc->tc_fd, F_SETLKW, &tc->tc_fl); in test16_func()1455 tc.tc_fl.l_start = 0; in test16()1456 tc.tc_fl.l_len = 0; in test16()1457 tc.tc_fl.l_type = F_WRLCK; in test16()1458 tc.tc_fl.l_whence = SEEK_SET; in test16()1470 if (fcntl(fd, F_SETLK, &tc.tc_fl) < 0) in test16()