Symbol: ls_openowner
sys/fs/nfsserver/nfs_nfsdstate.c
1214
stp->ls_openowner->ls_ownerlen;
sys/fs/nfsserver/nfs_nfsdstate.c
1215
NFSBCOPY(stp->ls_openowner->ls_owner,
sys/fs/nfsserver/nfs_nfsdstate.c
1217
stp->ls_openowner->ls_ownerlen);
sys/fs/nfsserver/nfs_nfsdstate.c
1969
((stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM) ||
sys/fs/nfsserver/nfs_nfsdstate.c
2026
stp->ls_openowner, new_stp->ls_op);
sys/fs/nfsserver/nfs_nfsdstate.c
2999
if (ownerstp && stp->ls_openowner == ownerstp)
sys/fs/nfsserver/nfs_nfsdstate.c
3175
new_open->ls_openowner = ownerstp;
sys/fs/nfsserver/nfs_nfsdstate.c
3178
new_open->ls_openowner = new_stp;
sys/fs/nfsserver/nfs_nfsdstate.c
3281
new_open->ls_openowner = ownerstp;
sys/fs/nfsserver/nfs_nfsdstate.c
3284
new_open->ls_openowner = new_stp;
sys/fs/nfsserver/nfs_nfsdstate.c
3343
new_open->ls_openowner = ownerstp;
sys/fs/nfsserver/nfs_nfsdstate.c
3377
new_open->ls_openowner = new_stp;
sys/fs/nfsserver/nfs_nfsdstate.c
3492
(stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM)) ||
sys/fs/nfsserver/nfs_nfsdstate.c
3494
(!(stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM)))))
sys/fs/nfsserver/nfs_nfsdstate.c
3499
stp->ls_openowner, new_stp->ls_op);
sys/fs/nfsserver/nfs_nfsdstate.c
3523
nfsrv_freeopenowner(stp->ls_openowner, 0, p);
sys/fs/nfsserver/nfs_nfsdstate.c
3545
if (!(stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM))
sys/fs/nfsserver/nfs_nfsdstate.c
3547
stp->ls_openowner->ls_flags = 0;
sys/fs/nfsserver/nfs_nfsdstate.c
5963
LIST_FOREACH(tstp, &stp->ls_openowner->ls_open, ls_list) {