Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1826 struct nfsstate *tstp, *mystp, *nstp; in nfsrv_lockctrl() local
2163 mystp = stp; in nfsrv_lockctrl()
2166 mystp = stp; in nfsrv_lockctrl()
2168 mystp = stp->ls_openstp; in nfsrv_lockctrl()
2176 mystp->ls_flags & NFSLCK_ACCESSBITS)) || in nfsrv_lockctrl()
2179 !(mystp->ls_flags & NFSLCK_READACCESS) && in nfsrv_lockctrl()
2183 !(mystp->ls_flags & NFSLCK_WRITEACCESS))) { in nfsrv_lockctrl()
2202 mystp = NULL; in nfsrv_lockctrl()
2208 if (tstp != mystp) { in nfsrv_lockctrl()