Home
last modified time | relevance | path

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

/src/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c6118 int error = 0, ltype, oldltype; in nfsrv_dolocal() local
6127 oldltype = F_WRLCK; in nfsrv_dolocal()
6129 oldltype = F_RDLCK; in nfsrv_dolocal()
6131 oldltype = F_UNLCK; in nfsrv_dolocal()
6132 if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK)) in nfsrv_dolocal()
6152 rlp->rlck_type = oldltype; in nfsrv_dolocal()