HomeSort by: relevance | last modified time | path
    Searched defs:dstateid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clrpcops.c 2206 nfsv4stateid_t dstateid; local in function:nfsrpc_remove
2215 ret = nfscl_removedeleg(vp, p, &dstateid);
2223 *tl++ = dstateid.seqid;
2224 *tl++ = dstateid.other[0];
2225 *tl++ = dstateid.other[1];
2226 *tl++ = dstateid.other[2];
nfs_clrpcops.c 2206 nfsv4stateid_t dstateid; local in function:nfsrpc_remove
2215 ret = nfscl_removedeleg(vp, p, &dstateid);
2223 *tl++ = dstateid.seqid;
2224 *tl++ = dstateid.other[0];
2225 *tl++ = dstateid.other[1];
2226 *tl++ = dstateid.other[2];

Completed in 27 milliseconds