Searched refs:rfs4_index_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 125 typedef struct rfs4_index rfs4_index_t; /* index */ typedef 165 extern rfs4_index_t *rfs4_index_create(rfs4_table_t *, char *, 169 extern void rfs4_index_destroy(rfs4_index_t *); 174 extern rfs4_entry_t rfs4_dbsearch(rfs4_index_t *, void *, 838 rfs4_index_t *rfs4_clientid_idx; 839 rfs4_index_t *rfs4_nfsclnt_idx; 842 rfs4_index_t *rfs4_clntip_idx; 845 rfs4_index_t *rfs4_openowner_idx; 848 rfs4_index_t *rfs4_state_idx; 849 rfs4_index_t *rfs4_state_owner_file_idx; [all …]
|
H A D | nfs4_db_impl.h | 110 rfs4_index_t *dbt_indices; /* list of indices */
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_db.c | 377 rfs4_index_t *idx; in rfs4_table_destroy() 414 rfs4_index_t * 421 rfs4_index_t *idx; in rfs4_index_create() 425 idx = kmem_alloc(sizeof (rfs4_index_t), KM_SLEEP); in rfs4_index_create() 455 rfs4_index_destroy(rfs4_index_t *idx) in rfs4_index_destroy() 460 kmem_free(idx, sizeof (rfs4_index_t)); in rfs4_index_destroy() 466 rfs4_index_t *idx; in rfs4_dbe_destroy() 593 rfs4_dbsearch(rfs4_index_t *idx, void *key, bool_t *create, void *arg, in rfs4_dbsearch() 599 rfs4_index_t *ip; in rfs4_dbsearch() 809 rfs4_index_t *idx = table->dbt_indices; in rfs4_dbe_reap()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/ |
H A D | rfs4.c | 215 rfs4_index_t idx; in rfs4_idx_dcmd() 1114 rfs4_index_t idx; in rfs4_db_idx_walk_step() 1135 rfs4_index_t idx; in rfs4_db_bkt_walk_init()
|