Lines Matching defs:glock
2193 int p9_client_getlock_dotl(struct p9_fid *fid, struct p9_getlock *glock)
2202 fid->fid, glock->type, glock->start, glock->length,
2203 glock->proc_id, glock->client_id);
2206 glock->type, glock->start, glock->length,
2207 glock->proc_id, glock->client_id);
2212 err = p9pdu_readf(&req->rc, clnt->proto_version, "bqqds", &glock->type,
2213 &glock->start, &glock->length, &glock->proc_id,
2214 &glock->client_id);
2221 glock->type, glock->start, glock->length,
2222 glock->proc_id, glock->client_id);