Home | History | Annotate | Download | only in server

Lines Matching defs:clientid

121 static int nfsrv_checkrestart(nfsquad_t clientid, u_int32_t flags,
237 * client is trying to update a confirmed clientid.
409 /* For NFSv4.1, mark that we found a confirmed clientid. */
483 nfsrv_getclient(nfsquad_t clientid, int opflags, struct nfsclient **clpp,
500 opflags != CLOPS_RENEW) && nfsrvboottime != clientid.lval[0]) {
523 sessid[1] = clientid.qval;
543 hp = NFSCLIENTHASH(clientid);
545 if (clp->lc_clientid.lval[1] == clientid.lval[1])
687 * Perform the NFSv4.1 destroy clientid.
690 nfsrv_destroyclient(nfsquad_t clientid, NFSPROC_T *p)
696 if (nfsrvboottime != clientid.lval[0]) {
710 hp = NFSCLIENTHASH(clientid);
712 if (clp->lc_clientid.lval[1] == clientid.lval[1])
723 /* Scan for state on the clientid. */
740 /* Destroy the clientid and return ok. */
755 * Called from the new nfssvc syscall to admin revoke a clientid.
806 * and clear out the state, marking the clientid revoked.
1523 nfsquad_t clientid, nfsv4stateid_t *stateidp,
1563 error = nfsrv_checkrestart(clientid, new_stp->ls_flags,
1647 error = nfsrv_getclient(clientid, CLOPS_RENEW, &clp, NULL,
1660 error = nfsrv_getclient(clientid, CLOPS_RENEW, &clp, NULL,
2243 nfsrv_opencheck(nfsquad_t clientid, nfsv4stateid_t *stateidp,
2258 error = nfsrv_checkrestart(clientid, new_stp->ls_flags,
2285 error = nfsrv_getclient(clientid, CLOPS_RENEW, &clp, NULL,
2495 struct nfsstate **new_stpp, nfsquad_t clientid, nfsv4stateid_t *stateidp,
2515 error = nfsrv_checkrestart(clientid, new_stp->ls_flags,
2548 error = nfsrv_getclient(clientid, CLOPS_RENEW, &clp, NULL,
3231 nfsrv_openupdate(vnode_t vp, struct nfsstate *new_stp, nfsquad_t clientid,
3244 error = nfsrv_checkrestart(clientid, new_stp->ls_flags,
3251 * Get the open structure via clientid and stateid.
3253 error = nfsrv_getclient(clientid, CLOPS_RENEW, &clp, NULL,
3387 nfsrv_delegupdate(struct nfsrv_descript *nd, nfsquad_t clientid,
3408 error = nfsrv_checkrestart(clientid, NFSLCK_DELEGRETURN,
3411 error = nfsrv_checkrestart(clientid, NFSLCK_DELEGPURGE,
3416 * Get the open structure via clientid and stateid.
3419 error = nfsrv_getclient(clientid, CLOPS_RENEW, &clp, NULL,
3470 nfsrv_releaselckown(struct nfsstate *new_stp, nfsquad_t clientid,
3480 error = nfsrv_checkrestart(clientid, new_stp->ls_flags,
3489 error = nfsrv_getclient(clientid, CLOPS_RENEW, &clp, NULL,
3998 nfsrv_checkrestart(nfsquad_t clientid, u_int32_t flags,
4005 * and DelegPurge have a clientid, the rest a stateid.
4009 if (clientid.lval[0] != nfsrvboottime) {
4304 * Return the next index# for a clientid. Mostly just increment and return
5214 nfsquad_t clientid;
5236 clientid.lval[0] = stp->ls_stateid.other[0] = stateidp->other[0];
5237 clientid.lval[1] = stp->ls_stateid.other[1] = stateidp->other[1];
5239 error = nfsrv_lockctrl(vp, &stp, &lop, NULL, clientid,
5302 * or if we have an Implied Clientid (used in a previous Op in this
5541 * <clientid, lockowner> tuples. The list is ordered by increasing
5834 * Check/set reclaim complete for this session/clientid.