HomeSort by: relevance | last modified time | path
    Searched defs:oldltype (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 5615 int error = 0, ltype, oldltype; local in function:nfsrv_dolocal
5624 oldltype = F_WRLCK;
5626 oldltype = F_RDLCK;
5628 oldltype = F_UNLCK;
5629 if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK))
5649 rlp->rlck_type = oldltype;
nfs_nfsdstate.c 5615 int error = 0, ltype, oldltype; local in function:nfsrv_dolocal
5624 oldltype = F_WRLCK;
5626 oldltype = F_RDLCK;
5628 oldltype = F_UNLCK;
5629 if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK))
5649 rlp->rlck_type = oldltype;
nfs_nfsdstate.c 5615 int error = 0, ltype, oldltype; local in function:nfsrv_dolocal
5624 oldltype = F_WRLCK;
5626 oldltype = F_RDLCK;
5628 oldltype = F_UNLCK;
5629 if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK))
5649 rlp->rlck_type = oldltype;

Completed in 78 milliseconds