Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1576 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 …]
H A Dnfs_nfsdserv.c927 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 …]
/freebsd/sys/fs/nfs/
H A Dnfsrvstate.h231 struct nfsrvcache *ls_op; /* Op cache reference */ member