Home
last modified time | relevance | path

Searched refs:oldltype (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c5922 int error = 0, ltype, oldltype; in nfsrv_dolocal() local
5931 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()