Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfcntl.h317 struct __oflock { struct
318 off_t l_start; /* starting offset */
319 off_t l_len; /* len = 0 means until end of file */
320 pid_t l_pid; /* lock owner */
321 short l_type; /* lock type: read/write, etc. */
322 short l_whence; /* type of l_start */