/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 151 static int nfsrv_getstate(struct nfsclient *clp, nfsv4stateid_t *stateidp, 165 nfsv4stateid_t *stateidp, int specialid); 169 nfsv4stateid_t *stateidp, int trunc, fhandle_t *fhp, 212 nfsv4stateid_t *stateidp, char *layp, int *layoutlenp, NFSPROC_T *p); 226 static int nfsrv_recalllayout(nfsquad_t clid, nfsv4stateid_t *stateidp, 1752 nfsrv_getstate(struct nfsclient *clp, nfsv4stateid_t *stateidp, __unused u_int32_t flags, in nfsrv_getstate() argument 1760 hp = NFSSTATEHASH(clp, *stateidp); in nfsrv_getstate() 1762 if (!NFSBCMP(stp->ls_stateid.other, stateidp->other, in nfsrv_getstate() 1814 nfsquad_t clientid, nfsv4stateid_t *stateidp, in nfsrv_lockctrl() argument 2342 stateidp->seqid = ++(stp->ls_stateid.seqid); in nfsrv_lockctrl() [all …]
|
H A D | nfs_nfsdserv.c | 5344 nfsv4stateid_t *stateidp = NULL, *tstateidp; in nfsrvd_teststateid() local 5354 stateidp = mallocarray(cnt, sizeof(nfsv4stateid_t), M_TEMP, M_WAITOK); in nfsrvd_teststateid() 5355 tstateidp = stateidp; in nfsrvd_teststateid() 5364 tstateidp = stateidp; in nfsrvd_teststateid() 5372 free(stateidp, M_TEMP); in nfsrvd_teststateid()
|
H A D | nfs_nfsdport.c | 1879 nfsquad_t clientid, nfsv4stateid_t *stateidp, struct nfsstate *stp, in nfsvno_open() argument 1897 stateidp, stp, NULL, nd, p, nd->nd_repstat); in nfsvno_open() 1958 stateidp, stp, vp, nd, p, nd->nd_repstat); in nfsvno_open() 1968 stateidp, stp, vp, nd, p, nd->nd_repstat); in nfsvno_open()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 113 nfsv4stateid_t *stateidp; member 1457 nfsv4stateid_t *stateidp, struct ucred *cred, NFSPROC_T *p, in nfsrpc_setattrrpc() argument 1468 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSTATEID); in nfsrpc_setattrrpc() 1871 nfsv4stateid_t *stateidp, NFSPROC_T *p, struct nfsvattr *nap, in nfsrpc_readrpc() argument 1898 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSTATEID); in nfsrpc_readrpc() 2048 int *must_commit, struct ucred *cred, nfsv4stateid_t *stateidp, in nfsrpc_writerpc() argument 2098 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSTATEID); in nfsrpc_writerpc() 2344 nfsv4stateid_t *stateidp, struct nfsvattr *nap, int *attrflagp, in nfsrpc_deallocaterpc() argument 2356 nfsm_stateidtom(nd, stateidp, NFSSTATEID_PUTSTATEID); in nfsrpc_deallocaterpc() 5289 struct acl *aclp, nfsv4stateid_t *stateidp) in nfsrpc_setaclrpc() argument [all …]
|
H A D | nfs_clstate.c | 524 int fords, struct ucred *cred, NFSPROC_T *p, nfsv4stateid_t *stateidp, in nfscl_getstateid() argument 545 stateidp->seqid = 0; in nfscl_getstateid() 546 stateidp->other[0] = 0; in nfscl_getstateid() 547 stateidp->other[1] = 0; in nfscl_getstateid() 548 stateidp->other[2] = 0; in nfscl_getstateid() 567 stateidp->seqid = 0; in nfscl_getstateid() 568 stateidp->other[0] = in nfscl_getstateid() 570 stateidp->other[1] = in nfscl_getstateid() 572 stateidp->other[2] = in nfscl_getstateid() 605 stateidp->seqid = 0; in nfscl_getstateid() [all …]
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonsubs.c | 484 nfsm_stateidtom(struct nfsrv_descript *nd, nfsv4stateid_t *stateidp, int flag) in nfsm_stateidtom() argument 501 st->other[0] = stateidp->other[0]; in nfsm_stateidtom() 502 st->other[1] = stateidp->other[1]; in nfsm_stateidtom() 503 st->other[2] = stateidp->other[2]; in nfsm_stateidtom() 505 st->seqid = stateidp->seqid; in nfsm_stateidtom() 506 st->other[0] = stateidp->other[0]; in nfsm_stateidtom() 507 st->other[1] = stateidp->other[1]; in nfsm_stateidtom() 508 st->other[2] = stateidp->other[2]; in nfsm_stateidtom()
|