Symbol: ls_openowner
sys/fs/nfsserver/nfs_nfsdstate.c
1216
stp->ls_openowner->ls_ownerlen;
sys/fs/nfsserver/nfs_nfsdstate.c
1217
NFSBCOPY(stp->ls_openowner->ls_owner,
sys/fs/nfsserver/nfs_nfsdstate.c
1219
stp->ls_openowner->ls_ownerlen);
sys/fs/nfsserver/nfs_nfsdstate.c
1960
((stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM) ||
sys/fs/nfsserver/nfs_nfsdstate.c
2017
stp->ls_openowner, new_stp->ls_op);
sys/fs/nfsserver/nfs_nfsdstate.c
2990
if (ownerstp && stp->ls_openowner == ownerstp)
sys/fs/nfsserver/nfs_nfsdstate.c
3166
new_open->ls_openowner = ownerstp;
sys/fs/nfsserver/nfs_nfsdstate.c
3169
new_open->ls_openowner = new_stp;
sys/fs/nfsserver/nfs_nfsdstate.c
3272
new_open->ls_openowner = ownerstp;
sys/fs/nfsserver/nfs_nfsdstate.c
3275
new_open->ls_openowner = new_stp;
sys/fs/nfsserver/nfs_nfsdstate.c
3334
new_open->ls_openowner = ownerstp;
sys/fs/nfsserver/nfs_nfsdstate.c
3368
new_open->ls_openowner = new_stp;
sys/fs/nfsserver/nfs_nfsdstate.c
3483
(stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM)) ||
sys/fs/nfsserver/nfs_nfsdstate.c
3485
(!(stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM)))))
sys/fs/nfsserver/nfs_nfsdstate.c
3490
stp->ls_openowner, new_stp->ls_op);
sys/fs/nfsserver/nfs_nfsdstate.c
3514
nfsrv_freeopenowner(stp->ls_openowner, 0, p);
sys/fs/nfsserver/nfs_nfsdstate.c
3536
if (!(stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM))
sys/fs/nfsserver/nfs_nfsdstate.c
3538
stp->ls_openowner->ls_flags = 0;
sys/fs/nfsserver/nfs_nfsdstate.c
5758
LIST_FOREACH(tstp, &stp->ls_openowner->ls_open, ls_list) {