Symbol: rfs4_index_t
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
1114
rfs4_index_t idx;
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
1135
rfs4_index_t idx;
usr/src/cmd/mdb/common/modules/nfs/rfs4.c
215
rfs4_index_t idx;
usr/src/uts/common/fs/nfs/nfs4_db.c
377
rfs4_index_t *idx;
usr/src/uts/common/fs/nfs/nfs4_db.c
414
rfs4_index_t *
usr/src/uts/common/fs/nfs/nfs4_db.c
421
rfs4_index_t *idx;
usr/src/uts/common/fs/nfs/nfs4_db.c
425
idx = kmem_alloc(sizeof (rfs4_index_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_db.c
455
rfs4_index_destroy(rfs4_index_t *idx)
usr/src/uts/common/fs/nfs/nfs4_db.c
460
kmem_free(idx, sizeof (rfs4_index_t));
usr/src/uts/common/fs/nfs/nfs4_db.c
466
rfs4_index_t *idx;
usr/src/uts/common/fs/nfs/nfs4_db.c
593
rfs4_dbsearch(rfs4_index_t *idx, void *key, bool_t *create, void *arg,
usr/src/uts/common/fs/nfs/nfs4_db.c
599
rfs4_index_t *ip;
usr/src/uts/common/fs/nfs/nfs4_db.c
810
rfs4_dbsearch_cb(rfs4_index_t *idx, void *key,
usr/src/uts/common/fs/nfs/nfs4_db.c
852
rfs4_index_t *idx = table->dbt_indices;
usr/src/uts/common/nfs/nfs4.h
166
extern rfs4_index_t *rfs4_index_create(rfs4_table_t *, char *,
usr/src/uts/common/nfs/nfs4.h
170
extern void rfs4_index_destroy(rfs4_index_t *);
usr/src/uts/common/nfs/nfs4.h
175
extern rfs4_entry_t rfs4_dbsearch(rfs4_index_t *, void *,
usr/src/uts/common/nfs/nfs4.h
197
extern void rfs4_dbsearch_cb(rfs4_index_t *idx, void *key,
usr/src/uts/common/nfs/nfs4.h
841
rfs4_index_t *rfs4_clientid_idx;
usr/src/uts/common/nfs/nfs4.h
842
rfs4_index_t *rfs4_nfsclnt_idx;
usr/src/uts/common/nfs/nfs4.h
845
rfs4_index_t *rfs4_clntip_idx;
usr/src/uts/common/nfs/nfs4.h
848
rfs4_index_t *rfs4_openowner_idx;
usr/src/uts/common/nfs/nfs4.h
851
rfs4_index_t *rfs4_state_idx;
usr/src/uts/common/nfs/nfs4.h
852
rfs4_index_t *rfs4_state_owner_file_idx;
usr/src/uts/common/nfs/nfs4.h
853
rfs4_index_t *rfs4_state_file_idx;
usr/src/uts/common/nfs/nfs4.h
856
rfs4_index_t *rfs4_lo_state_idx;
usr/src/uts/common/nfs/nfs4.h
857
rfs4_index_t *rfs4_lo_state_owner_idx;
usr/src/uts/common/nfs/nfs4.h
860
rfs4_index_t *rfs4_lockowner_idx;
usr/src/uts/common/nfs/nfs4.h
861
rfs4_index_t *rfs4_lockowner_pid_idx;
usr/src/uts/common/nfs/nfs4.h
864
rfs4_index_t *rfs4_file_idx;
usr/src/uts/common/nfs/nfs4.h
867
rfs4_index_t *rfs4_deleg_idx;
usr/src/uts/common/nfs/nfs4.h
868
rfs4_index_t *rfs4_deleg_state_idx;
usr/src/uts/common/nfs/nfs4.h
872
rfs4_index_t *rfs4_session_idx;
usr/src/uts/common/nfs/nfs4_db_impl.h
110
rfs4_index_t *dbt_indices; /* list of indices */