Searched defs:klm_lock (Results 1 – 2 of 2) sorted by relevance
57 struct klm_lock { struct58 string server_name<LM_MAXSTRLEN>;59 netobj fh; /* a counted file handle */60 int pid; /* holder of the lock */61 unsigned l_offset; /* beginning offset of the lock */62 unsigned l_len; /* byte length of the lock;
26 struct klm_lock { struct33 typedef struct klm_lock klm_lock; argument