Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/nfsserver/
Dnfs_nfsdstate.c6065 int error = 0, ltype, oldltype; in nfsrv_dolocal() local
6074 oldltype = F_WRLCK; in nfsrv_dolocal()
6076 oldltype = F_RDLCK; in nfsrv_dolocal()
6078 oldltype = F_UNLCK; in nfsrv_dolocal()
6079 if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK)) in nfsrv_dolocal()
6099 rlp->rlck_type = oldltype; in nfsrv_dolocal()