Searched defs:flock64 (Results 1 – 6 of 6) sorted by relevance
43 struct flock64 { struct44 short l_type;45 short l_whence;46 off64_t l_start;47 off64_t l_len;48 pid_t l_pid;
127 struct flock64 { struct128 short l_type;129 short l_whence;130 unsigned char __padding[4];131 loff_t l_start;132 loff_t l_len;133 pid_t l_pid;
138 struct flock64 { struct139 short l_type;140 short l_whence;141 loff_t l_start;142 loff_t l_len;143 pid_t l_pid;
187 struct flock64 { struct189 short l_type;190 short l_whence;191 __kernel_loff_t l_start;192 __kernel_loff_t l_len;194 __kernel_pid_t l_pid;
39 struct flock64_portable * flock64 = (struct flock64_portable *) arg; in WRAP() local
297 struct flock64 flock64; /* Native MIPS structure */ in WRAP() local