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.c1490 if (stp->ls_op) in nfsrv_freeopenowner()
1559 if (stp->ls_op) in nfsrv_freelockowner()
1945 stp, new_stp->ls_op); in nfsrv_lockctrl()
2503 new_stp->ls_op); in nfsrv_opencheck()
3194 if (ownerstp->ls_op) in nfsrv_openctrl()
3196 ownerstp->ls_op = new_stp->ls_op; in nfsrv_openctrl()
3944 if (stp->ls_op && stp->ls_op->rc_refcnt <= 0) { in nfsrv_checkseqid()
3954 if (stp->ls_op) in nfsrv_checkseqid()
3956 stp->ls_op = op; in nfsrv_checkseqid()
3969 nd->nd_rp = stp->ls_op; in nfsrv_checkseqid()
[all …]
H A Dnfs_nfsdserv.c797 stp->ls_op = NULL; in nfsrvd_read()
1000 stp->ls_op = NULL; in nfsrvd_write()
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()
4255 stp->ls_op = NULL; in nfsrvd_releaselckown()
5409 stp->ls_op = NULL; in nfsrvd_allocate()
5508 stp->ls_op = NULL; in nfsrvd_deallocate()
5631 instp->ls_op = NULL; in nfsrvd_copy_file_range()
[all …]
/freebsd/sys/fs/nfs/
H A Dnfsrvstate.h231 struct nfsrvcache *ls_op; /* Op cache reference */ member