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.c6104 int error = 0, ltype, oldltype; in nfsrv_dolocal() local
6113 oldltype = F_WRLCK; in nfsrv_dolocal()
6115 oldltype = F_RDLCK; in nfsrv_dolocal()
6117 oldltype = F_UNLCK; in nfsrv_dolocal()
6118 if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK)) in nfsrv_dolocal()
6138 rlp->rlck_type = oldltype; in nfsrv_dolocal()