Searched refs:instp (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c5604 struct nfsstate inst, outst, *instp = &inst, *outstp = &outst; local
5628 instp->ls_flags = (NFSLCK_CHECK | NFSLCK_READACCESS);
5630 instp->ls_ownerlen = 0;
5631 instp->ls_op = NULL;
5632 instp->ls_uid = nd->nd_cred->cr_uid;
5633 instp->ls_stateid.seqid = fxdr_unsigned(uint32_t, *tl++);
5634 clientid.lval[0] = instp->ls_stateid.other[0] = *tl++;
5635 clientid.lval[1] = instp->ls_stateid.other[1] = *tl++;
5638 instp->ls_stateid.other[2] = *tl++;
5692 nd->nd_repstat = nfsrv_lockctrl(vp, &instp,
[all...]

Completed in 117 milliseconds