Searched refs:rfs4_index_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_db.c | 334 rfs4_index_t *idx; in rfs4_table_destroy() 371 rfs4_index_t * 378 rfs4_index_t *idx; in rfs4_index_create() 382 idx = kmem_alloc(sizeof (rfs4_index_t), KM_SLEEP); in rfs4_index_create() 412 rfs4_index_destroy(rfs4_index_t *idx) in rfs4_index_destroy() 417 kmem_free(idx, sizeof (rfs4_index_t)); in rfs4_index_destroy() 423 rfs4_index_t *idx; in rfs4_dbe_destroy() 550 rfs4_dbsearch(rfs4_index_t *idx, void *key, bool_t *create, void *arg, in rfs4_dbsearch() 556 rfs4_index_t *ip; in rfs4_dbsearch() 764 rfs4_index_t *idx = table->dbt_indices; in rfs4_dbe_reap()
|
H A D | nfs4_state.c | 289 static rfs4_index_t *rfs4_clientid_idx; 290 static rfs4_index_t *rfs4_nfsclnt_idx; 292 static rfs4_index_t *rfs4_clntip_idx; 294 static rfs4_index_t *rfs4_openowner_idx; 296 static rfs4_index_t *rfs4_state_idx; 297 static rfs4_index_t *rfs4_state_owner_file_idx; 298 static rfs4_index_t *rfs4_state_file_idx; 300 static rfs4_index_t *rfs4_lo_state_idx; 301 static rfs4_index_t *rfs4_lo_state_owner_idx; 303 static rfs4_index_t *rfs4_lockowner_idx; [all …]
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 115 typedef struct rfs4_index rfs4_index_t; /* index */ typedef 138 extern rfs4_index_t *rfs4_index_create(rfs4_table_t *, char *, 142 extern void rfs4_index_destroy(rfs4_index_t *); 147 extern rfs4_entry_t rfs4_dbsearch(rfs4_index_t *, void *,
|
H A D | nfs4_db_impl.h | 110 rfs4_index_t *dbt_indices; /* list of indices */
|