Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Dfcntl.c50 struct flock64 flk64 = in __libc_fcntl() local
58 return SYSCALL_CANCEL (fcntl64, fd, cmd, &flk64); in __libc_fcntl()
64 struct flock64 flk64 = in __libc_fcntl() local
72 int ret = INLINE_SYSCALL_CALL (fcntl64, fd, cmd, &flk64); in __libc_fcntl()
75 if ((off_t) flk64.l_start != flk64.l_start in __libc_fcntl()
76 || (off_t) flk64.l_len != flk64.l_len) in __libc_fcntl()
81 flk->l_type = flk64.l_type; in __libc_fcntl()
82 flk->l_whence = flk64.l_whence; in __libc_fcntl()
83 flk->l_start = flk64.l_start; in __libc_fcntl()
84 flk->l_len = flk64.l_len; in __libc_fcntl()
[all …]