Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/fs/nfsserver/
HDnfs_nfsdstate.c1571 if (stp->ls_op) in nfsrv_freeopenowner()
1572 nfsrvd_derefcache(stp->ls_op); in nfsrv_freeopenowner()
1651 if (stp->ls_op) in nfsrv_freelockowner()
1652 nfsrvd_derefcache(stp->ls_op); in nfsrv_freelockowner()
2007 stp->ls_openowner, new_stp->ls_op); in nfsrv_lockctrl()
2037 stp, new_stp->ls_op); in nfsrv_lockctrl()
2488 nfsrvd_refcache(new_stp->ls_op); in nfsrv_lockctrl()
2595 new_stp->ls_op); in nfsrv_opencheck()
3161 nfsrvd_refcache(new_stp->ls_op); in nfsrv_openctrl()
3267 nfsrvd_refcache(new_stp->ls_op); in nfsrv_openctrl()
[all …]
HDnfs_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-14-stable/sys/fs/nfs/
HDnfsrvstate.h231 struct nfsrvcache *ls_op; /* Op cache reference */ member