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

/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c329 nfsv4stateid_t stateid; local
344 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
345 stateid.other[0] = *tl++;
346 stateid.other[1] = *tl++;
347 stateid.other[2] = *tl;
348 if (stateid.other[0] == 0x55555555 &&
349 stateid.other[1] == 0x55555555 &&
350 stateid.other[2] == 0x55555555 &&
351 stateid.seqid == 0xffffffff)
411 * stateid
686 nfsv4stateid_t stateid; local
873 nfsv4stateid_t stateid; local
2280 nfsv4stateid_t stateid; local
2505 nfsv4stateid_t stateid; local
2618 nfsv4stateid_t stateid; local
2739 nfsv4stateid_t stateid, delegstateid; local
3212 nfsv4stateid_t stateid; local
3327 nfsv4stateid_t stateid; local
3385 nfsv4stateid_t stateid; local
3439 nfsv4stateid_t stateid; local
4441 nfsv4stateid_t stateid; local
4488 nfsv4stateid_t stateid; local
4585 nfsv4stateid_t stateid; local
4670 nfsv4stateid_t stateid; local
[all...]
H A Dnfs_nfsdstate.c1611 * This function looks up an nfsstate structure via stateid.
1746 * check against the stateid, before incrementing the seqid#, since
1817 * Look up the stateid
1823 * stateid that refers to the wrong file, for an open stateid
1843 * If the lockowner stateid doesn't refer to the same file,
1907 * If the seqid part of the stateid isn't the same, return
1988 * Called to check for a lock, OK if the stateid is all
2013 * - stateid for an open
2014 * - stateid fo
7110 nfsv4stateid_t stateid; local
[all...]
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1205 nfsv4stateid_t stateid; local
1221 nfhp->nfh_len, mode, 0, cred, p, &stateid, &lckp);
1226 * No Open stateid, so try and open the file
1238 mode, 0, cred, p, &stateid, &lckp);
1242 error = nfsrpc_setattrrpc(vp, vap, &stateid, cred, p,
1245 error = nfsrpc_setaclrpc(vp, cred, p, aclp, &stateid,
1492 nfsv4stateid_t stateid; local
1507 NFSV4OPEN_ACCESSREAD, 0, newcred, p, &stateid,
1509 error = nfsrpc_readrpc(vp, uiop, newcred, &stateid, p, nap,
1651 nfsv4stateid_t stateid; local
2116 nfsv4stateid_t stateid; local
5333 nfsv4stateid_t stateid; local
5641 nfsv4stateid_t stateid; local
7090 nfsv4stateid_t stateid; local
7344 nfsv4stateid_t stateid; local
7594 nfsv4stateid_t stateid; local
[all...]
H A Dnfs_clstate.c496 * Get a stateid for an I/O operation. First, look for an open and iff
497 * found, return either a lockowner stateid or the open stateid.
498 * If no Open is found, just return error and the special stateid of all zeros.
517 * Initially, just set the special stateid of all zeros.
518 * (Don't do this for a DS, since the special stateid can't be used.)
586 /* Don't return a lock stateid for a DS. */
638 * No lock stateid, so return the open stateid.
2030 * clientid/stateid an
3344 nfsv4stateid_t stateid; local
5445 nfsv4stateid_t stateid; local
[all...]

Completed in 96 milliseconds