Lines Matching defs:stateid
1377 nfsv4stateid_t stateid;
1393 nfhp->nfh_len, mode, 0, cred, p, &stateid, &lckp);
1398 * No Open stateid, so try and open the file
1410 mode, 0, cred, p, &stateid, &lckp);
1414 error = nfsrpc_setattrrpc(vp, vap, &stateid, cred, p,
1417 error = nfsrpc_setaclrpc(vp, cred, p, aclp, &stateid);
1513 nfsv4stateid_t stateid;
1658 stateid.seqid = *tl++;
1659 stateid.other[0] = *tl++;
1660 stateid.other[1] = *tl++;
1661 stateid.other[2] = *tl;
1707 op->nfso_stateid.seqid = stateid.seqid;
1708 op->nfso_stateid.other[0] = stateid.other[0];
1709 op->nfso_stateid.other[1] = stateid.other[1];
1710 op->nfso_stateid.other[2] = stateid.other[2];
1713 op->nfso_stateid.seqid = stateid.seqid;
1811 nfsv4stateid_t stateid;
1826 NFSV4OPEN_ACCESSREAD, 0, newcred, p, &stateid,
1828 error = nfsrpc_readrpc(vp, uiop, newcred, &stateid, p, nap,
1974 nfsv4stateid_t stateid;
1992 NFSV4OPEN_ACCESSWRITE, 0, newcred, p, &stateid,
1994 if (stateid.other[0] == 0 && stateid.other[1] == 0 &&
1995 stateid.other[2] == 0) {
2002 * If there is no stateid for NFSv4, it means this is an
2010 newcred, &stateid, p, nap, attrflagp, ioflag);
2286 nfsv4stateid_t stateid;
2297 NFSV4OPEN_ACCESSWRITE, 0, cred, p, &stateid, &lckp);
2300 * No Open stateid, so try and open the file
2307 cred, p, &stateid, &lckp);
2309 error = nfsrpc_deallocaterpc(vp, offs, len, &stateid, nap,
2605 nfsv4stateid_t stateid;
2693 stateid.seqid = *tl++;
2694 stateid.other[0] = *tl++;
2695 stateid.other[1] = *tl++;
2696 stateid.other[2] = *tl;
2798 op->nfso_stateid = stateid;
6032 nfsv4stateid_t stateid;
6056 stateid.seqid = 0;
6057 stateid.other[0] = stateidp->other[0];
6058 stateid.other[1] = stateidp->other[1];
6059 stateid.other[2] = stateidp->other[2];
6062 (uint64_t)0, layouttype, layoutlen, &stateid,
6066 stateid.seqid = lyp->nfsly_stateid.seqid;
6067 stateid.other[0] = lyp->nfsly_stateid.other[0];
6068 stateid.other[1] = lyp->nfsly_stateid.other[1];
6069 stateid.other[2] = lyp->nfsly_stateid.other[2];
6072 (uint64_t)0, layouttype, layoutlen, &stateid,
6076 nfhp->nfh_len, &stateid, retonclose, notifybitsp, &lyp,
6388 nfsv4stateid_t stateid;
6407 /* Find an appropriate stateid. */
6410 rwaccess, 1, newcred, p, &stateid, &lckp);
6439 rwaccess, NULL, &stateid, off, &layp, newcred, p);
6528 &eof, &stateid, rwaccess,
6535 &eof, &stateid, rwaccess,
7674 nfsv4stateid_t stateid;
7697 NFSV4OPEN_ACCESSWRITE, 0, cred, p, &stateid, &lckp);
7698 if (stateid.other[0] == 0 && stateid.other[1] == 0 &&
7699 stateid.other[2] == 0) {
7705 * Not finding a stateid should probably never happen,
7711 error = nfsrpc_allocaterpc(vp, off, len, &stateid,
7798 /* Special stateid for Current stateid. */
8159 nfsv4stateid_t stateid;
8190 stateid.seqid = lyp->nfsly_stateid.seqid;
8191 stateid.other[0] = lyp->nfsly_stateid.other[0];
8192 stateid.other[1] = lyp->nfsly_stateid.other[1];
8193 stateid.other[2] = lyp->nfsly_stateid.other[2];
8197 dpp, &stateid, usecurstateid, layouttype, layoutlen,
8202 &stateid, retonclose, NULL, &lyp, &flh, layouttype, laystat,
8425 nfsv4stateid_t stateid;
8513 stateid.seqid = *tl++;
8514 stateid.other[0] = *tl++;
8515 stateid.other[1] = *tl++;
8516 stateid.other[2] = *tl;
8635 op->nfso_stateid = stateid;
8686 nfsv4stateid_t stateid;
8700 unlockedp, &stateid, 1, layouttype, layoutlen, &retonclose,
8708 nfhp->nfh_len, &stateid, retonclose, NULL, &lyp, &flh,
8711 laystat = nfsrpc_layoutgetres(nmp, dvp, NULL, 0, &stateid,
9043 nfsv4stateid_t stateid;
9053 NFSV4OPEN_ACCESSREAD, 0, cred, curthread, &stateid, &lckp);
9054 error = nfsrpc_seekrpc(vp, offp, &stateid, eofp, content,