Searched defs:eflock (Results 1 – 1 of 1) sorted by relevance
164 struct eflock { struct165 short l_type; /* F_RDLCK, F_WRLCK, or F_UNLCK */166 short l_whence; /* flag to choose starting offset */167 long l_start; /* relative offset, in bytes */168 long l_len; /* length, in bytes; 0 means lock to EOF */169 short l_pid; /* returned with F_GETLK */170 short l_xxx; /* reserved for future use */171 long l_rpid; /* Remote process id wanting this lock */172 long l_rsys; /* Remote system id wanting this lock */