Searched defs:flock64 (Results 1 – 6 of 6) sorted by relevance
43 struct flock64 struct45 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. */
50 struct flock64 struct52 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. */
211 struct flock64 { struct212 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;
210 struct flock64 { struct211 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;