Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfsserver/
Dnfs_nfsdstate.c1378 if (stp->ls_op) in nfsrv_freeopenowner()
1379 nfsrvd_derefcache(stp->ls_op); in nfsrv_freeopenowner()
1447 if (stp->ls_op) in nfsrv_freelockowner()
1448 nfsrvd_derefcache(stp->ls_op); in nfsrv_freelockowner()
1795 stp->ls_openowner, new_stp->ls_op); in nfsrv_lockctrl()
1819 stp, new_stp->ls_op); in nfsrv_lockctrl()
2270 nfsrvd_refcache(new_stp->ls_op); in nfsrv_lockctrl()
2377 new_stp->ls_op); in nfsrv_opencheck()
2935 nfsrvd_refcache(new_stp->ls_op); in nfsrv_openctrl()
3040 nfsrvd_refcache(new_stp->ls_op); in nfsrv_openctrl()
[all …]
Dnfs_nfsdserv.c667 stp->ls_op = NULL; in nfsrvd_read()
823 stp->ls_op = NULL; in nfsrvd_write()
2209 stp->ls_op = nd->nd_rp; in nfsrvd_lock()
2237 stp->ls_op = nd->nd_rp; in nfsrvd_lock()
2366 stp->ls_op = NULL; in nfsrvd_lockt()
2477 stp->ls_op = nd->nd_rp; in nfsrvd_locku()
2593 stp->ls_op = nd->nd_rp; in nfsrvd_open()
3020 stp->ls_op = nd->nd_rp; in nfsrvd_close()
3162 stp->ls_op = nd->nd_rp; in nfsrvd_openconfirm()
3211 stp->ls_op = nd->nd_rp; in nfsrvd_opendowngrade()
[all …]
/freebsd-10-stable/sys/fs/nfs/
Dnfsrvstate.h187 struct nfsrvcache *ls_op; /* Op cache reference */ member