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

/freebsd-13-stable/sys/fs/nfs/
H A Dnfsclstate.h217 nfsv4stateid_t nfsl_stateid; member in struct:nfscllockowner
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c596 lp->nfsl_stateid.seqid;
598 lp->nfsl_stateid.other[0];
600 lp->nfsl_stateid.other[1];
602 lp->nfsl_stateid.other[2];
3022 lp->nfsl_stateid.other[0], lp->nfsl_stateid.other[1],
3023 lp->nfsl_stateid.other[2]);
3058 lp->nfsl_stateid.other[0], lp->nfsl_stateid.other[1],
3059 lp->nfsl_stateid
[all...]
H A Dnfs_clrpcops.c4198 *tl++ = lp->nfsl_stateid.seqid;
4199 *tl++ = lp->nfsl_stateid.other[0];
4200 *tl++ = lp->nfsl_stateid.other[1];
4201 *tl++ = lp->nfsl_stateid.other[2];
4214 lp->nfsl_stateid.seqid = *tl++;
4215 lp->nfsl_stateid.other[0] = *tl++;
4216 lp->nfsl_stateid.other[1] = *tl++;
4217 lp->nfsl_stateid.other[2] = *tl;
4275 *tl++ = lp->nfsl_stateid.seqid;
4276 *tl++ = lp->nfsl_stateid
[all...]

Completed in 159 milliseconds