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()
2012 stp->ls_openowner, new_stp->ls_op); in nfsrv_lockctrl()
2042 stp, new_stp->ls_op); in nfsrv_lockctrl()
2493 nfsrvd_refcache(new_stp->ls_op); in nfsrv_lockctrl()
2600 new_stp->ls_op); in nfsrv_opencheck()
3166 nfsrvd_refcache(new_stp->ls_op); in nfsrv_openctrl()
3272 nfsrvd_refcache(new_stp->ls_op); in nfsrv_openctrl()
[all …]
H A Dnfs_nfsdserv.c797 stp->ls_op = NULL; in nfsrvd_read()
1000 stp->ls_op = NULL; in nfsrvd_write()
2410 stp->ls_op = nd->nd_rp; in nfsrvd_lock()
2457 stp->ls_op = nd->nd_rp; in nfsrvd_lock()
2611 stp->ls_op = NULL; in nfsrvd_lockt()
2723 stp->ls_op = nd->nd_rp; in nfsrvd_locku()
2859 stp->ls_op = nd->nd_rp; in nfsrvd_open()
3328 stp->ls_op = nd->nd_rp; in nfsrvd_close()
3505 stp->ls_op = nd->nd_rp; in nfsrvd_openconfirm()
3561 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