Searched refs:lay_stateid (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c6852 if (error == 0 && (stateidp->other[0] != lyp->lay_stateid.other[0] ||
6853 stateidp->other[1] != lyp->lay_stateid.other[1] ||
6854 stateidp->other[2] != lyp->lay_stateid.other[2])) {
6893 if (++lyp->lay_stateid.seqid == 0)
6894 lyp->lay_stateid.seqid = 1;
6895 stateidp->seqid = lyp->lay_stateid.seqid;
7160 if (++lyp->lay_stateid.seqid == 0)
7161 lyp->lay_stateid.seqid = 1;
7162 nfsrv_recalllayout(lyp->lay_clientid, &lyp->lay_stateid,
7233 if (++lyp->lay_stateid
[all...]
/freebsd-current/sys/fs/nfs/
H A Dnfsrvstate.h134 nfsv4stateid_t lay_stateid; member in struct:nfslayout

Completed in 73 milliseconds