Searched refs:ls_op (Results 1 – 3 of 3) sorted by relevance
1576 if (stp->ls_op) in nfsrv_freeopenowner()1577 nfsrvd_derefcache(stp->ls_op); in nfsrv_freeopenowner()1656 if (stp->ls_op) in nfsrv_freelockowner()1657 nfsrvd_derefcache(stp->ls_op); in nfsrv_freelockowner()2026 stp->ls_openowner, new_stp->ls_op); in nfsrv_lockctrl()2056 stp, new_stp->ls_op); in nfsrv_lockctrl()2507 nfsrvd_refcache(new_stp->ls_op); in nfsrv_lockctrl()2614 new_stp->ls_op); in nfsrv_opencheck()3180 nfsrvd_refcache(new_stp->ls_op); in nfsrv_openctrl()3286 nfsrvd_refcache(new_stp->ls_op); in nfsrv_openctrl()[all …]
927 stp->ls_op = NULL; in nfsrvd_read()1129 stp->ls_op = NULL; in nfsrvd_write()2580 stp->ls_op = nd->nd_rp; in nfsrvd_lock()2627 stp->ls_op = nd->nd_rp; in nfsrvd_lock()2781 stp->ls_op = NULL; in nfsrvd_lockt()2893 stp->ls_op = nd->nd_rp; in nfsrvd_locku()3035 stp->ls_op = nd->nd_rp; in nfsrvd_open()3575 stp->ls_op = nd->nd_rp; in nfsrvd_close()3761 stp->ls_op = nd->nd_rp; in nfsrvd_openconfirm()3817 stp->ls_op = nd->nd_rp; in nfsrvd_opendowngrade()[all …]
231 struct nfsrvcache *ls_op; /* Op cache reference */ member