Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1213 stp->ls_openowner->ls_ownerlen; in nfsrv_dumplocks()
1214 NFSBCOPY(stp->ls_openowner->ls_owner, in nfsrv_dumplocks()
1216 stp->ls_openowner->ls_ownerlen); in nfsrv_dumplocks()
1969 ((stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM) || in nfsrv_lockctrl()
2026 stp->ls_openowner, new_stp->ls_op); in nfsrv_lockctrl()
2999 if (ownerstp && stp->ls_openowner == ownerstp) in nfsrv_openctrl()
3175 new_open->ls_openowner = ownerstp; in nfsrv_openctrl()
3178 new_open->ls_openowner = new_stp; in nfsrv_openctrl()
3281 new_open->ls_openowner = ownerstp; in nfsrv_openctrl()
3284 new_open->ls_openowner = new_stp; in nfsrv_openctrl()
[all …]
/freebsd/sys/fs/nfs/
H A Dnfsrvstate.h239 #define ls_openowner ls_un.openowner macro