Home
last modified time | relevance | path

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

/src/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c5875 struct nfsstate inst, outst, *instp = &inst, *outstp = &outst; in nfsrvd_copy_file_range() local
5899 instp->ls_flags = (NFSLCK_CHECK | NFSLCK_READACCESS); in nfsrvd_copy_file_range()
5901 instp->ls_ownerlen = 0; in nfsrvd_copy_file_range()
5902 instp->ls_op = NULL; in nfsrvd_copy_file_range()
5903 instp->ls_uid = nd->nd_cred->cr_uid; in nfsrvd_copy_file_range()
5904 instp->ls_stateid.seqid = fxdr_unsigned(uint32_t, *tl++); in nfsrvd_copy_file_range()
5905 clientid.lval[0] = instp->ls_stateid.other[0] = *tl++; in nfsrvd_copy_file_range()
5906 clientid.lval[1] = instp->ls_stateid.other[1] = *tl++; in nfsrvd_copy_file_range()
5909 instp->ls_stateid.other[2] = *tl++; in nfsrvd_copy_file_range()
5963 nd->nd_repstat = nfsrv_lockctrl(vp, &instp, &inlop, NULL, in nfsrvd_copy_file_range()
[all …]