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