Searched defs:eflock (Results 1 – 1 of 1) sorted by relevance
150 struct eflock { struct151 short l_type; /* F_RDLCK, F_WRLCK, or F_UNLCK */152 short l_whence; /* flag to choose starting offset */153 long l_start; /* relative offset, in bytes */154 long l_len; /* length, in bytes; 0 means lock to EOF */155 short l_pid; /* returned with F_GETLK */156 short l_xxx; /* reserved for future use */157 long l_rpid; /* Remote process id wanting this lock */158 long l_rsys; /* Remote system id wanting this lock */