Searched refs:oldltype (Results 1 – 1 of 1) sorted by relevance
5922 int error = 0, ltype, oldltype; in nfsrv_dolocal() local5931 oldltype = F_WRLCK; in nfsrv_dolocal()5933 oldltype = F_RDLCK; in nfsrv_dolocal()5935 oldltype = F_UNLCK; in nfsrv_dolocal()5936 if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK)) in nfsrv_dolocal()5956 rlp->rlck_type = oldltype; in nfsrv_dolocal()