Searched refs:stateid (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c300 nfsv4stateid_t stateid; local
315 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
316 NFSBCOPY((caddr_t)tl,(caddr_t)stateid.other,NFSX_STATEIDOTHER);
368 nd->nd_repstat = nfsrv_checksetattr(vp, nd, &stateid,
634 nfsv4stateid_t stateid; local
710 &stateid, exp, nd, p);
793 nfsv4stateid_t stateid; local
885 &stateid, exp, nd, p);
2160 nfsv4stateid_t stateid; local
2283 &stateid, ex
2334 nfsv4stateid_t stateid; local
2443 nfsv4stateid_t stateid; local
2543 nfsv4stateid_t stateid, delegstateid; local
2897 nfsv4stateid_t stateid; local
2974 nfsv4stateid_t stateid; local
3024 nfsv4stateid_t stateid; local
3069 nfsv4stateid_t stateid; local
[all...]
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c960 nfsv4stateid_t stateid; local
976 nfhp->nfh_len, mode, cred, p, &stateid, &lckp);
981 * No Open stateid, so try and open the file
993 mode, cred, p, &stateid, &lckp);
997 error = nfsrpc_setattrrpc(vp, vap, &stateid, cred, p,
1000 error = nfsrpc_setaclrpc(vp, cred, p, aclp, &stateid,
1239 nfsv4stateid_t stateid; local
1254 NFSV4OPEN_ACCESSREAD, newcred, p, &stateid, &lckp);
1255 error = nfsrpc_readrpc(vp, uiop, newcred, &stateid, p, nap,
1390 nfsv4stateid_t stateid; local
1846 nfsv4stateid_t stateid; local
[all...]
H A Dnfs_clstate.c448 * Get a stateid for an I/O operation. First, look for an open and iff
449 * found, return either a lockowner stateid or the open stateid.
450 * If no Open is found, just return error and the special stateid of all zeros.
468 * Initially, just set the special stateid of all zeros.
571 * No lock stateid, so return the open stateid.
1896 * clientid/stateid and will get a NFSERR_STALESTATEID or
2995 nfsv4stateid_t stateid; local
3106 stateid
[all...]
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_ioctl.c1607 if (V_pf_status.stateid == 0) {
1608 V_pf_status.stateid = time_second;
1609 V_pf_status.stateid = V_pf_status.stateid << 32;
1615 if (pf_status.stateid == 0) {
1616 pf_status.stateid = time_second;
1617 pf_status.stateid = pf_status.stateid << 32;
H A Dpfvar.h1428 u_int64_t stateid; member in struct:pf_status
H A Dpf.c1105 s->id = htobe64(V_pf_status.stateid++);
1108 s->id = htobe64(pf_status.stateid++);

Completed in 85 milliseconds