Home
last modified time | relevance | path

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

/netbsd/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c122 nfsv4stateid_t *stateidp, int specialid);
1469 hp = NFSSTATEHASH(clp, *stateidp); in nfsrv_getstate()
2379 stateidp->seqid == 0) || in nfsrv_opencheck()
2638 stateidp->seqid == 0) || in nfsrv_openctrl()
3305 stateidp->seqid = 1; in nfsrv_openupdate()
3409 stateidp, 0); in nfsrv_delegupdate()
3412 stateidp, 0); in nfsrv_delegupdate()
3999 nfsv4stateid_t *stateidp, int specialid) in nfsrv_checkrestart() argument
4158 *tl++ = txdr_unsigned(stateidp->seqid); in nfsrv_docallback()
5235 stp->ls_stateid.seqid = stateidp->seqid; in nfsrv_checksetattr()
[all …]
H A Dnfs_nfsdport.c1415 nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsstate *stp, in nfsvno_open() argument
1426 stateidp, stp, NULL, nd, p, nd->nd_repstat); in nfsvno_open()
1474 stateidp, stp, vp, nd, p, nd->nd_repstat); in nfsvno_open()
1484 stateidp, stp, vp, nd, p, nd->nd_repstat); in nfsvno_open()
/netbsd/sys/fs/nfs/client/
H A Dnfs_clcomsubs.c508 nfsm_stateidtom(struct nfsrv_descript *nd, nfsv4stateid_t *stateidp, int flag) in nfsm_stateidtom() argument
525 st->other[0] = stateidp->other[0]; in nfsm_stateidtom()
526 st->other[1] = stateidp->other[1]; in nfsm_stateidtom()
527 st->other[2] = stateidp->other[2]; in nfsm_stateidtom()
529 st->seqid = stateidp->seqid; in nfsm_stateidtom()
530 st->other[0] = stateidp->other[0]; in nfsm_stateidtom()
531 st->other[1] = stateidp->other[1]; in nfsm_stateidtom()
532 st->other[2] = stateidp->other[2]; in nfsm_stateidtom()
H A Dnfs_clrpcops.c4741 *tl++ = stateidp->other[0]; in nfsrpc_layoutget()
4742 *tl++ = stateidp->other[1]; in nfsrpc_layoutget()
4743 *tl++ = stateidp->other[2]; in nfsrpc_layoutget()
4758 (int)stateidp->seqid); in nfsrpc_layoutget()
4759 stateidp->other[0] = *tl++; in nfsrpc_layoutget()
4760 stateidp->other[1] = *tl++; in nfsrpc_layoutget()
4761 stateidp->other[2] = *tl++; in nfsrpc_layoutget()
5050 *tl++ = stateidp->other[0]; in nfsrpc_layoutcommit()
5051 *tl++ = stateidp->other[1]; in nfsrpc_layoutcommit()
5052 *tl++ = stateidp->other[2]; in nfsrpc_layoutcommit()
[all …]
H A Dnfs_clstate.c494 stateidp->seqid = 0; in nfscl_getstateid()
495 stateidp->other[0] = 0; in nfscl_getstateid()
496 stateidp->other[1] = 0; in nfscl_getstateid()
497 stateidp->other[2] = 0; in nfscl_getstateid()
524 stateidp->seqid = dp->nfsdl_stateid.seqid; in nfscl_getstateid()
556 stateidp->seqid = in nfscl_getstateid()
558 stateidp->other[0] = in nfscl_getstateid()
560 stateidp->other[1] = in nfscl_getstateid()
562 stateidp->other[2] = in nfscl_getstateid()
599 stateidp->seqid = op->nfso_stateid.seqid; in nfscl_getstateid()
[all …]