Searched refs:outstp (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
5639 outstp->ls_flags = (NFSLCK_CHECK | NFSLCK_WRITEACCESS);
5641 outstp->ls_ownerlen = 0;
5642 outstp->ls_op = NULL;
5643 outstp->ls_uid = nd->nd_cred->cr_uid;
5644 outstp->ls_stateid.seqid = fxdr_unsigned(uint32_t, *tl++);
5645 outstp->ls_stateid.other[0] = *tl++;
5646 outstp->ls_stateid.other[1] = *tl++;
5647 outstp->ls_stateid.other[2] = *tl++;
5714 nd->nd_repstat = nfsrv_lockctrl(tovp, &outstp,
[all...]

Completed in 110 milliseconds