Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c6097 int error = 0, ltype, oldltype; in nfsrv_dolocal() local
6106 oldltype = F_WRLCK; in nfsrv_dolocal()
6108 oldltype = F_RDLCK; in nfsrv_dolocal()
6110 oldltype = F_UNLCK; in nfsrv_dolocal()
6111 if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK)) in nfsrv_dolocal()
6131 rlp->rlck_type = oldltype; in nfsrv_dolocal()