Home
last modified time | relevance | path

Searched defs:flock64 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl.h43 struct flock64 struct
45 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
46 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */
47 __off64_t l_start; /* Offset where the lock begins. */
48 __off64_t l_len; /* Size of the locked area; zero means until EOF. */
49 __pid_t l_pid; /* Process holding the lock. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl.h50 struct flock64 struct
52 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
53 short int l_whence; /* Where `l_start' is relative to (like `lseek'). */
54 __off64_t l_start; /* Offset where the lock begins. */
55 __off64_t l_len; /* Size of the locked area; zero means until EOF. */
56 __pid_t l_pid; /* Process holding the lock. */
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h211 struct flock64 { struct
212 short l_type;
213 short l_whence;
214 __kernel_loff_t l_start;
215 __kernel_loff_t l_len;
216 __kernel_pid_t l_pid;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dfcntl.h211 struct flock64 { struct
212 short l_type;
213 short l_whence;
214 __kernel_loff_t l_start;
215 __kernel_loff_t l_len;
216 __kernel_pid_t l_pid;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dfcntl.h211 struct flock64 { struct
212 short l_type;
213 short l_whence;
214 __kernel_loff_t l_start;
215 __kernel_loff_t l_len;
216 __kernel_pid_t l_pid;
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h210 struct flock64 { struct
211 short l_type;
212 short l_whence;
213 __kernel_loff_t l_start;
214 __kernel_loff_t l_len;
215 __kernel_pid_t l_pid;