Lines Matching defs:stateid

1376 	nfsv4stateid_t stateid;
1392 nfhp->nfh_len, mode, 0, cred, p, &stateid, &lckp);
1397 * No Open stateid, so try and open the file
1409 mode, 0, cred, p, &stateid, &lckp);
1413 error = nfsrpc_setattrrpc(vp, vap, &stateid, cred, p,
1416 error = nfsrpc_setaclrpc(vp, cred, p, aclp, &stateid);
1512 nfsv4stateid_t stateid;
1657 stateid.seqid = *tl++;
1658 stateid.other[0] = *tl++;
1659 stateid.other[1] = *tl++;
1660 stateid.other[2] = *tl;
1706 op->nfso_stateid.seqid = stateid.seqid;
1707 op->nfso_stateid.other[0] = stateid.other[0];
1708 op->nfso_stateid.other[1] = stateid.other[1];
1709 op->nfso_stateid.other[2] = stateid.other[2];
1712 op->nfso_stateid.seqid = stateid.seqid;
1810 nfsv4stateid_t stateid;
1825 NFSV4OPEN_ACCESSREAD, 0, newcred, p, &stateid,
1827 error = nfsrpc_readrpc(vp, uiop, newcred, &stateid, p, nap,
1973 nfsv4stateid_t stateid;
1991 NFSV4OPEN_ACCESSWRITE, 0, newcred, p, &stateid,
1993 if (stateid.other[0] == 0 && stateid.other[1] == 0 &&
1994 stateid.other[2] == 0) {
2001 * If there is no stateid for NFSv4, it means this is an
2009 newcred, &stateid, p, nap, attrflagp, ioflag);
2285 nfsv4stateid_t stateid;
2296 NFSV4OPEN_ACCESSWRITE, 0, cred, p, &stateid, &lckp);
2299 * No Open stateid, so try and open the file
2306 cred, p, &stateid, &lckp);
2308 error = nfsrpc_deallocaterpc(vp, offs, len, &stateid, nap,
2604 nfsv4stateid_t stateid;
2690 stateid.seqid = *tl++;
2691 stateid.other[0] = *tl++;
2692 stateid.other[1] = *tl++;
2693 stateid.other[2] = *tl;
2795 op->nfso_stateid = stateid;
5942 nfsv4stateid_t stateid;
5966 stateid.seqid = 0;
5967 stateid.other[0] = stateidp->other[0];
5968 stateid.other[1] = stateidp->other[1];
5969 stateid.other[2] = stateidp->other[2];
5972 (uint64_t)0, layouttype, layoutlen, &stateid,
5976 stateid.seqid = lyp->nfsly_stateid.seqid;
5977 stateid.other[0] = lyp->nfsly_stateid.other[0];
5978 stateid.other[1] = lyp->nfsly_stateid.other[1];
5979 stateid.other[2] = lyp->nfsly_stateid.other[2];
5982 (uint64_t)0, layouttype, layoutlen, &stateid,
5986 nfhp->nfh_len, &stateid, retonclose, notifybitsp, &lyp,
6298 nfsv4stateid_t stateid;
6317 /* Find an appropriate stateid. */
6320 rwaccess, 1, newcred, p, &stateid, &lckp);
6349 rwaccess, NULL, &stateid, off, &layp, newcred, p);
6438 &eof, &stateid, rwaccess,
6445 &eof, &stateid, rwaccess,
7584 nfsv4stateid_t stateid;
7607 NFSV4OPEN_ACCESSWRITE, 0, cred, p, &stateid, &lckp);
7608 if (stateid.other[0] == 0 && stateid.other[1] == 0 &&
7609 stateid.other[2] == 0) {
7615 * Not finding a stateid should probably never happen,
7621 error = nfsrpc_allocaterpc(vp, off, len, &stateid,
7708 /* Special stateid for Current stateid. */
8069 nfsv4stateid_t stateid;
8100 stateid.seqid = lyp->nfsly_stateid.seqid;
8101 stateid.other[0] = lyp->nfsly_stateid.other[0];
8102 stateid.other[1] = lyp->nfsly_stateid.other[1];
8103 stateid.other[2] = lyp->nfsly_stateid.other[2];
8107 dpp, &stateid, usecurstateid, layouttype, layoutlen,
8112 &stateid, retonclose, NULL, &lyp, &flh, layouttype, laystat,
8335 nfsv4stateid_t stateid;
8423 stateid.seqid = *tl++;
8424 stateid.other[0] = *tl++;
8425 stateid.other[1] = *tl++;
8426 stateid.other[2] = *tl;
8545 op->nfso_stateid = stateid;
8596 nfsv4stateid_t stateid;
8610 unlockedp, &stateid, 1, layouttype, layoutlen, &retonclose,
8618 nfhp->nfh_len, &stateid, retonclose, NULL, &lyp, &flh,
8621 laystat = nfsrpc_layoutgetres(nmp, dvp, NULL, 0, &stateid,
8953 nfsv4stateid_t stateid;
8963 NFSV4OPEN_ACCESSREAD, 0, cred, curthread, &stateid, &lckp);
8964 error = nfsrpc_seekrpc(vp, offp, &stateid, eofp, content,