Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/nfs/server/
Dnfs_nfsdstate.c1530 struct nfsstate *tstp, *mystp, *nstp; in nfsrv_lockctrl() local
1861 mystp = stp; in nfsrv_lockctrl()
1864 mystp = stp; in nfsrv_lockctrl()
1866 mystp = stp->ls_openstp; in nfsrv_lockctrl()
1874 mystp->ls_flags & NFSLCK_ACCESSBITS)) || in nfsrv_lockctrl()
1877 !(mystp->ls_flags & NFSLCK_READACCESS)) || in nfsrv_lockctrl()
1880 !(mystp->ls_flags & NFSLCK_WRITEACCESS))) { in nfsrv_lockctrl()
1899 mystp = NULL; in nfsrv_lockctrl()
1905 if (tstp != mystp) { in nfsrv_lockctrl()