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

/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c303 nfsv4stateid_t stateid; local
318 stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
319 NFSBCOPY((caddr_t)tl,(caddr_t)stateid.other,NFSX_STATEIDOTHER);
371 nd->nd_repstat = nfsrv_checksetattr(vp, nd, &stateid,
637 nfsv4stateid_t stateid; local
717 &stateid, exp, nd, p);
800 nfsv4stateid_t stateid; local
896 &stateid, exp, nd, p);
2171 nfsv4stateid_t stateid; local
2302 &stateid, ex
2353 nfsv4stateid_t stateid; local
2466 nfsv4stateid_t stateid; local
2570 nfsv4stateid_t stateid, delegstateid; local
3014 nfsv4stateid_t stateid; local
3099 nfsv4stateid_t stateid; local
3153 nfsv4stateid_t stateid; local
3206 nfsv4stateid_t stateid; local
4167 nfsv4stateid_t stateid; local
[all...]
/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1091 nfsv4stateid_t stateid; local
1107 nfhp->nfh_len, mode, 0, cred, p, &stateid, &lckp);
1112 * No Open stateid, so try and open the file
1124 mode, 0, cred, p, &stateid, &lckp);
1128 error = nfsrpc_setattrrpc(vp, vap, &stateid, cred, p,
1131 error = nfsrpc_setaclrpc(vp, cred, p, aclp, &stateid,
1378 nfsv4stateid_t stateid; local
1393 NFSV4OPEN_ACCESSREAD, 0, newcred, p, &stateid,
1395 error = nfsrpc_readrpc(vp, uiop, newcred, &stateid, p, nap,
1537 nfsv4stateid_t stateid; local
1996 nfsv4stateid_t stateid; local
5236 nfsv4stateid_t stateid; local
5545 nfsv4stateid_t stateid; local
[all...]
H A Dnfs_clstate.c494 * Get a stateid for an I/O operation. First, look for an open and iff
495 * found, return either a lockowner stateid or the open stateid.
496 * If no Open is found, just return error and the special stateid of all zeros.
515 * Initially, just set the special stateid of all zeros.
516 * (Don't do this for a DS, since the special stateid can't be used.)
584 /* Don't return a lock stateid for a DS. */
636 * No lock stateid, so return the open stateid.
2027 * clientid/stateid an
3247 nfsv4stateid_t stateid; local
5238 nfsv4stateid_t stateid; local
[all...]

Completed in 193 milliseconds