Searched refs:instp (Results 1 – 1 of 1) sorted by relevance
5604 struct nfsstate inst, outst, *instp = &inst, *outstp = &outst; in nfsrvd_copy_file_range() local5628 instp->ls_flags = (NFSLCK_CHECK | NFSLCK_READACCESS); in nfsrvd_copy_file_range()5630 instp->ls_ownerlen = 0; in nfsrvd_copy_file_range()5631 instp->ls_op = NULL; in nfsrvd_copy_file_range()5632 instp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_copy_file_range()5633 instp->ls_stateid.seqid = fxdr_unsigned(uint32_t, *tl++); in nfsrvd_copy_file_range()5634 clientid.lval[0] = instp->ls_stateid.other[0] = *tl++; in nfsrvd_copy_file_range()5635 clientid.lval[1] = instp->ls_stateid.other[1] = *tl++; in nfsrvd_copy_file_range()5638 instp->ls_stateid.other[2] = *tl++; in nfsrvd_copy_file_range()5692 nd->nd_repstat = nfsrv_lockctrl(vp, &instp, &inlop, NULL, in nfsrvd_copy_file_range()