Home
last modified time | relevance | path

Searched refs:ls_openowner (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdstate.c957 stp->ls_openowner->ls_ownerlen; in nfsrv_dumplocks()
958 NFSBCOPY(stp->ls_openowner->ls_owner, in nfsrv_dumplocks()
960 stp->ls_openowner->ls_ownerlen); in nfsrv_dumplocks()
1667 ((stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM) || in nfsrv_lockctrl()
1710 stp->ls_openowner, new_stp->ls_op); in nfsrv_lockctrl()
2670 if (ownerstp && stp->ls_openowner == ownerstp) in nfsrv_openctrl()
2841 new_open->ls_openowner = ownerstp; in nfsrv_openctrl()
2844 new_open->ls_openowner = new_stp; in nfsrv_openctrl()
2945 new_open->ls_openowner = ownerstp; in nfsrv_openctrl()
2948 new_open->ls_openowner = new_stp; in nfsrv_openctrl()
[all …]
/NextBSD/sys/fs/nfs/
HDnfsrvstate.h195 #define ls_openowner ls_un.openowner macro