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
4153
rfs4_openowner_t *oo;
usr/src/uts/common/fs/nfs/nfs4_srv.c
7035
rfs4_openowner_t *oo, delegreq_t deleg,
usr/src/uts/common/fs/nfs/nfs4_srv.c
7289
rfs4_openowner_t *oo, OPEN4res *resp)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7299
OPEN4args *args, rfs4_openowner_t *oo, OPEN4res *resp)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7343
OPEN4args *args, rfs4_openowner_t *oo, OPEN4res *resp)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7398
OPEN4args *args, rfs4_openowner_t *oo, OPEN4res *resp)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7454
OPEN4args *args, rfs4_openowner_t *oo, OPEN4res *resp)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7605
rfs4_check_open_seqid(seqid4 seqid, rfs4_openowner_t *op, nfs_resop4 *resop,
usr/src/uts/common/fs/nfs/nfs4_srv.c
7625
rfs4_check_olo_seqid(seqid4 olo_seqid, rfs4_openowner_t *op, nfs_resop4 *resop)
usr/src/uts/common/fs/nfs/nfs4_srv.c
7660
rfs4_openowner_t *oo;
usr/src/uts/common/fs/nfs/nfs4_state.c
1246
1, sizeof (rfs4_openowner_t), 2);
usr/src/uts/common/fs/nfs/nfs4_state.c
1432
sizeof (rfs4_openowner_t),
usr/src/uts/common/fs/nfs/nfs4_state.c
1883
list_create(&cp->rc_openownerlist, sizeof (rfs4_openowner_t),
usr/src/uts/common/fs/nfs/nfs4_state.c
1884
offsetof(rfs4_openowner_t, ro_node));
usr/src/uts/common/fs/nfs/nfs4_state.c
2202
rfs4_openowner_t *oo = (rfs4_openowner_t *)u_entry;
usr/src/uts/common/fs/nfs/nfs4_state.c
2211
rfs4_openowner_t *oo = (rfs4_openowner_t *)u_entry;
usr/src/uts/common/fs/nfs/nfs4_state.c
2227
rfs4_openowner_t *oo = (rfs4_openowner_t *)u_entry;
usr/src/uts/common/fs/nfs/nfs4_state.c
2256
rfs4_openowner_rele(rfs4_openowner_t *oo)
usr/src/uts/common/fs/nfs/nfs4_state.c
2264
rfs4_openowner_t *oo = (rfs4_openowner_t *)u_entry;
usr/src/uts/common/fs/nfs/nfs4_state.c
2265
rfs4_openowner_t *argp = (rfs4_openowner_t *)arg;
usr/src/uts/common/fs/nfs/nfs4_state.c
2314
rfs4_openowner_t *
usr/src/uts/common/fs/nfs/nfs4_state.c
2317
rfs4_openowner_t *oo;
usr/src/uts/common/fs/nfs/nfs4_state.c
2318
rfs4_openowner_t arg;
usr/src/uts/common/fs/nfs/nfs4_state.c
2324
oo = (rfs4_openowner_t *)rfs4_dbsearch(nsrv4->rfs4_openowner_idx, openowner,
usr/src/uts/common/fs/nfs/nfs4_state.c
2331
rfs4_update_open_sequence(rfs4_openowner_t *oo)
usr/src/uts/common/fs/nfs/nfs4_state.c
2342
rfs4_update_open_resp(rfs4_openowner_t *oo, nfs_resop4 *resp, nfs_fh4 *fh)
usr/src/uts/common/fs/nfs/nfs4_state.c
3230
rfs4_free_opens(rfs4_openowner_t *oo, bool_t invalidate,
usr/src/uts/common/fs/nfs/nfs4_state.c
3301
rfs4_findstate_by_owner_file(rfs4_openowner_t *oo, rfs4_file_t *fp,
usr/src/uts/common/fs/nfs/nfs4_state.c
3350
rfs4_openowner_t *oo = ((rfs4_state_t *)argp)->rs_owner;
usr/src/uts/common/fs/nfs/nfs4_state.c
3415
rfs4_openowner_t *oo;
usr/src/uts/common/nfs/nfs4.h
606
rfs4_openowner_t *rs_owner;
usr/src/uts/common/nfs/nfs4.h
938
extern rfs4_openowner_t *rfs4_findopenowner(open_owner4 *, bool_t *, seqid4);
usr/src/uts/common/nfs/nfs4.h
939
extern void rfs4_update_open_sequence(rfs4_openowner_t *);
usr/src/uts/common/nfs/nfs4.h
940
extern void rfs4_update_open_resp(rfs4_openowner_t *,
usr/src/uts/common/nfs/nfs4.h
942
extern void rfs4_openowner_rele(rfs4_openowner_t *);
usr/src/uts/common/nfs/nfs4.h
943
extern void rfs4_free_opens(rfs4_openowner_t *, bool_t, bool_t);
usr/src/uts/common/nfs/nfs4.h
951
extern rfs4_state_t *rfs4_findstate_by_owner_file(rfs4_openowner_t *,