Searched defs:__oflock (Results 1 – 1 of 1) sorted by relevance
319 struct __oflock { struct320 off_t l_start; /* starting offset */321 off_t l_len; /* len = 0 means until end of file */322 pid_t l_pid; /* lock owner */323 short l_type; /* lock type: read/write, etc. */324 short l_whence; /* type of l_start */