Lines Matching defs:l64
43 struct my_flock64 l64 = {51 const int ret = tst_syscall(__NR_fcntl64, fd, cmd, &l64);53 lck->l_type = l64.l_type;54 lck->l_whence = l64.l_whence;55 lck->l_start = l64.l_start;56 lck->l_len = l64.l_len;57 lck->l_pid = l64.l_pid;66 l64.l_type, l64.l_whence, l64.l_start, l64.l_len, l64.l_pid);