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

/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c635 nfsquad_t clientid; local
667 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++;
668 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++;
670 if (nd->nd_clientid.qval != clientid.qval)
674 nd->nd_clientid.qval = clientid.qval;
709 nd->nd_repstat = nfsrv_lockctrl(vp, &stp, &lop, NULL, clientid,
794 nfsquad_t clientid; local
819 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++;
820 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++;
822 if (nd->nd_clientid.qval != clientid
2161 nfsquad_t clientid; local
2335 nfsquad_t clientid; local
2444 nfsquad_t clientid; local
2545 nfsquad_t clientid; local
2898 nfsquad_t clientid; local
2942 nfsquad_t clientid; local
2975 nfsquad_t clientid; local
3025 nfsquad_t clientid; local
3070 nfsquad_t clientid; local
3145 nfsquad_t clientid; local
3284 nfsquad_t clientid, confirm; local
3396 nfsquad_t clientid, confirm; local
3486 nfsquad_t clientid; local
[all...]
H A Dnfs_nfsdstate.c90 static int nfsrv_checkrestart(nfsquad_t clientid, u_int32_t flags,
409 nfsrv_getclient(nfsquad_t clientid, int opflags, struct nfsclient **clpp, argument
420 if (nfsrvboottime != clientid.lval[0]) {
442 hp = NFSCLIENTHASH(clientid);
444 if (clp->lc_clientid.lval[1] == clientid.lval[1])
549 * Called from the new nfssvc syscall to admin revoke a clientid.
600 * and clear out the state, marking the clientid revoked.
1309 nfsquad_t clientid, nfsv4stateid_t *stateidp,
1349 error = nfsrv_checkrestart(clientid, new_stp->ls_flags,
1428 error = nfsrv_getclient(clientid, CLOPS_RENE
1307 nfsrv_lockctrl(vnode_t vp, struct nfsstate **new_stpp, struct nfslock **new_lopp, struct nfslockconflict *cfp, nfsquad_t clientid, nfsv4stateid_t *stateidp, __unused struct nfsexstuff *exp, struct nfsrv_descript *nd, NFSPROC_T *p) argument
1952 nfsrv_opencheck(nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsstate *new_stp, vnode_t vp, struct nfsrv_descript *nd, NFSPROC_T *p, int repstat) argument
2201 nfsrv_openctrl(struct nfsrv_descript *nd, vnode_t vp, struct nfsstate **new_stpp, nfsquad_t clientid, nfsv4stateid_t *stateidp, nfsv4stateid_t *delegstateidp, u_int32_t *rflagsp, struct nfsexstuff *exp, NFSPROC_T *p, u_quad_t filerev) argument
2862 nfsrv_openupdate(vnode_t vp, struct nfsstate *new_stp, nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsrv_descript *nd, NFSPROC_T *p) argument
3004 nfsrv_delegupdate(nfsquad_t clientid, nfsv4stateid_t *stateidp, vnode_t vp, int op, struct ucred *cred, NFSPROC_T *p) argument
3085 nfsrv_releaselckown(struct nfsstate *new_stp, nfsquad_t clientid, NFSPROC_T *p) argument
3610 nfsrv_checkrestart(nfsquad_t clientid, u_int32_t flags, nfsv4stateid_t *stateidp, int specialid) argument
4730 nfsquad_t clientid; local
[all...]
H A Dnfs_nfsdport.c1389 nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsstate *stp,
1399 nd->nd_repstat = nfsrv_opencheck(clientid,
1442 nd->nd_repstat = nfsrv_opencheck(clientid,
1452 nd->nd_repstat = nfsrv_opencheck(clientid,
1388 nfsvno_open(struct nfsrv_descript *nd, struct nameidata *ndp, nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsstate *stp, int *exclusive_flagp, struct nfsvattr *nvap, int32_t *cverf, int create, NFSACL_T *aclp, nfsattrbit_t *attrbitp, struct ucred *cred, struct thread *p, struct nfsexstuff *exp, struct vnode **vpp) argument
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_log.h170 __uint8_t clientid,
H A Dxfs_log.c110 char clientid,
1868 "Bad XFS transaction clientid 0x%x in ticket 0x%p",
3458 __uint8_t clientid; local
3495 /* clientid is only 1 byte */
3499 clientid = ophead->oh_clientid;
3505 clientid = GET_CLIENT_ID(xhdr[j].hic_xheader.xh_cycle_data[k], ARCH_CONVERT);
3507 clientid = GET_CLIENT_ID(iclog->ic_header.h_cycle_data[idx], ARCH_CONVERT);
3510 if (clientid != XFS_TRANSACTION && clientid != XFS_LOG)
3512 "invalid clientid
[all...]
/freebsd-9.3-release/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c378 svc_rpc_gss_find_client(uint32_t clientid) argument
384 log_debug("in svc_rpc_gss_find_client(%d)", clientid);
386 list = &svc_rpc_gss_client_hash[clientid % CLIENT_HASH_SIZE];
388 if (client->cl_id == clientid) {
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3522 clientid, thrfunc, thrctx)
3527 void *clientid;

Completed in 514 milliseconds