Searched refs:stateidp (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/fs/nfsserver/ |
| HD | nfs_nfsdstate.c | 102 static int nfsrv_getstate(struct nfsclient *clp, nfsv4stateid_t *stateidp, 116 nfsv4stateid_t *stateidp, int specialid); 120 nfsv4stateid_t *stateidp, int trunc, fhandle_t *fhp, 1455 nfsrv_getstate(struct nfsclient *clp, nfsv4stateid_t *stateidp, __unused u_int32_t flags, in nfsrv_getstate() argument 1463 hp = NFSSTATEHASH(clp, *stateidp); in nfsrv_getstate() 1465 if (!NFSBCMP(stp->ls_stateid.other, stateidp->other, in nfsrv_getstate() 1517 nfsquad_t clientid, nfsv4stateid_t *stateidp, in nfsrv_lockctrl() argument 2038 stateidp->seqid = ++(stp->ls_stateid.seqid); in nfsrv_lockctrl() 2039 if ((nd->nd_flag & ND_NFSV41) != 0 && stateidp->seqid == 0) in nfsrv_lockctrl() 2040 stateidp->seqid = stp->ls_stateid.seqid = 1; in nfsrv_lockctrl() [all …]
|
| HD | nfs_nfsdport.c | 1398 nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsstate *stp, in nfsvno_open() argument 1409 stateidp, stp, NULL, nd, p, nd->nd_repstat); in nfsvno_open() 1452 stateidp, stp, vp, nd, p, nd->nd_repstat); in nfsvno_open() 1462 stateidp, stp, vp, nd, p, nd->nd_repstat); in nfsvno_open()
|
| /NextBSD/sys/fs/nfsclient/ |
| HD | nfs_clcomsubs.c | 506 nfsm_stateidtom(struct nfsrv_descript *nd, nfsv4stateid_t *stateidp, int flag) in nfsm_stateidtom() argument 523 st->other[0] = stateidp->other[0]; in nfsm_stateidtom() 524 st->other[1] = stateidp->other[1]; in nfsm_stateidtom() 525 st->other[2] = stateidp->other[2]; in nfsm_stateidtom() 527 st->seqid = stateidp->seqid; in nfsm_stateidtom() 528 st->other[0] = stateidp->other[0]; in nfsm_stateidtom() 529 st->other[1] = stateidp->other[1]; in nfsm_stateidtom() 530 st->other[2] = stateidp->other[2]; in nfsm_stateidtom()
|
| HD | nfs_clrpcops.c | 1141 nfsv4stateid_t *stateidp, struct ucred *cred, NFSPROC_T *p, in nfsrpc_setattrrpc() argument 1152 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSTATEID); in nfsrpc_setattrrpc() 1401 nfsv4stateid_t *stateidp, NFSPROC_T *p, struct nfsvattr *nap, in nfsrpc_readrpc() argument 1428 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSTATEID); in nfsrpc_readrpc() 1573 int *must_commit, struct ucred *cred, nfsv4stateid_t *stateidp, in nfsrpc_writerpc() argument 1605 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSTATEID); in nfsrpc_writerpc() 4449 struct acl *aclp, nfsv4stateid_t *stateidp, void *stuff) in nfsrpc_setaclrpc() argument 4459 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSTATEID); in nfsrpc_setaclrpc() 4709 nfsv4stateid_t *stateidp, int *retonclosep, struct nfsclflayouthead *flhp, in nfsrpc_layoutget() argument 4734 *tl++ = txdr_unsigned(stateidp->seqid); in nfsrpc_layoutget() [all …]
|
| HD | nfs_clstate.c | 474 int fords, struct ucred *cred, NFSPROC_T *p, nfsv4stateid_t *stateidp, in nfscl_getstateid() argument 492 stateidp->seqid = 0; in nfscl_getstateid() 493 stateidp->other[0] = 0; in nfscl_getstateid() 494 stateidp->other[1] = 0; in nfscl_getstateid() 495 stateidp->other[2] = 0; in nfscl_getstateid() 522 stateidp->seqid = dp->nfsdl_stateid.seqid; in nfscl_getstateid() 523 stateidp->other[0] = dp->nfsdl_stateid.other[0]; in nfscl_getstateid() 524 stateidp->other[1] = dp->nfsdl_stateid.other[1]; in nfscl_getstateid() 525 stateidp->other[2] = dp->nfsdl_stateid.other[2]; in nfscl_getstateid() 554 stateidp->seqid = in nfscl_getstateid() [all …]
|