Symbol: rfs4_openowner_t
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
333
rfs4_openowner_t oo;
usr/src/uts/common/fs/nfs/nfs4_srv.c
4208
rfs4_openowner_t *oo;
usr/src/uts/common/fs/nfs/nfs4_srv.c
7089
rfs4_openowner_t *oo, delegreq_t dreq,
usr/src/uts/common/fs/nfs/nfs4_srv.c
7384
rfs4_openowner_t *oo, OPEN4res *resp)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7410
OPEN4args *args, rfs4_openowner_t *oo, OPEN4res *resp)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7480
OPEN4args *args, rfs4_openowner_t *oo, OPEN4res *resp)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7566
OPEN4args *args, rfs4_openowner_t *oo, OPEN4res *resp)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7617
OPEN4args *args, rfs4_openowner_t *oo, OPEN4res *resp)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7768
rfs4_check_open_seqid(seqid4 seqid, rfs4_openowner_t *op, nfs_resop4 *resop,
usr/src/uts/common/fs/nfs/nfs4_srv.c
7788
rfs4_check_olo_seqid(seqid4 olo_seqid, rfs4_openowner_t *op, nfs_resop4 *resop)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7823
rfs4_openowner_t *oo;
usr/src/uts/common/fs/nfs/nfs4_state.c
1249
1, sizeof (rfs4_openowner_t), 2);
usr/src/uts/common/fs/nfs/nfs4_state.c
1435
sizeof (rfs4_openowner_t),
usr/src/uts/common/fs/nfs/nfs4_state.c
1886
list_create(&cp->rc_openownerlist, sizeof (rfs4_openowner_t),
usr/src/uts/common/fs/nfs/nfs4_state.c
1887
offsetof(rfs4_openowner_t, ro_node));
usr/src/uts/common/fs/nfs/nfs4_state.c
2205
rfs4_openowner_t *oo = (rfs4_openowner_t *)u_entry;
usr/src/uts/common/fs/nfs/nfs4_state.c
2214
rfs4_openowner_t *oo = (rfs4_openowner_t *)u_entry;
usr/src/uts/common/fs/nfs/nfs4_state.c
2230
rfs4_openowner_t *oo = (rfs4_openowner_t *)u_entry;
usr/src/uts/common/fs/nfs/nfs4_state.c
2259
rfs4_openowner_rele(rfs4_openowner_t *oo)
usr/src/uts/common/fs/nfs/nfs4_state.c
2267
rfs4_openowner_t *oo = (rfs4_openowner_t *)u_entry;
usr/src/uts/common/fs/nfs/nfs4_state.c
2268
rfs4_openowner_t *argp = (rfs4_openowner_t *)arg;
usr/src/uts/common/fs/nfs/nfs4_state.c
2317
rfs4_openowner_t *
usr/src/uts/common/fs/nfs/nfs4_state.c
2320
rfs4_openowner_t *oo;
usr/src/uts/common/fs/nfs/nfs4_state.c
2321
rfs4_openowner_t arg;
usr/src/uts/common/fs/nfs/nfs4_state.c
2327
oo = (rfs4_openowner_t *)rfs4_dbsearch(nsrv4->rfs4_openowner_idx, openowner,
usr/src/uts/common/fs/nfs/nfs4_state.c
2334
rfs4_update_open_sequence(rfs4_openowner_t *oo)
usr/src/uts/common/fs/nfs/nfs4_state.c
2345
rfs4_update_open_resp(rfs4_openowner_t *oo, nfs_resop4 *resp, nfs_fh4 *fh)
usr/src/uts/common/fs/nfs/nfs4_state.c
3259
rfs4_free_opens(rfs4_openowner_t *oo, bool_t invalidate,
usr/src/uts/common/fs/nfs/nfs4_state.c
3330
rfs4_findstate_by_owner_file(rfs4_openowner_t *oo, rfs4_file_t *fp,
usr/src/uts/common/fs/nfs/nfs4_state.c
3379
rfs4_openowner_t *oo = ((rfs4_state_t *)argp)->rs_owner;
usr/src/uts/common/fs/nfs/nfs4_state.c
3444
rfs4_openowner_t *oo;
usr/src/uts/common/nfs/nfs4.h
608
rfs4_openowner_t *rs_owner;
usr/src/uts/common/nfs/nfs4.h
951
extern rfs4_openowner_t *rfs4_findopenowner(open_owner4 *, bool_t *, seqid4);
usr/src/uts/common/nfs/nfs4.h
952
extern void rfs4_update_open_sequence(rfs4_openowner_t *);
usr/src/uts/common/nfs/nfs4.h
953
extern void rfs4_update_open_resp(rfs4_openowner_t *,
usr/src/uts/common/nfs/nfs4.h
955
extern void rfs4_openowner_rele(rfs4_openowner_t *);
usr/src/uts/common/nfs/nfs4.h
956
extern void rfs4_free_opens(rfs4_openowner_t *, bool_t, bool_t);
usr/src/uts/common/nfs/nfs4.h
964
extern rfs4_state_t *rfs4_findstate_by_owner_file(rfs4_openowner_t *,