Searched refs:smb_bucket_t (Results 1 – 4 of 4) sorted by relevance
1975 GET_OFFSET(sll_off, smb_bucket_t, b_list); in smb_hash_walk_init()1985 (i * sizeof (smb_bucket_t)) + sll_off + ll_off; in smb_hash_walk_init()2006 const smb_bucket_t *bucket = data; in smbhashstat_cb()2045 smb_bucket_t *bucket;2046 smb_bucket_t *end;2054 smb_bucket_t *buckets; in smb_hashstat_walk_init()2064 GET_OFFSET(sll_off, smb_bucket_t, b_list); in smb_hashstat_walk_init()2072 arr_sz = hash.num_buckets * sizeof (smb_bucket_t); in smb_hashstat_walk_init()2102 wsp->walk_addr += sizeof (smb_bucket_t); in smb_hashstat_walk_step()
1035 smb_bucket_t *bucket; in smb_ofile_lookup_by_persistid()1096 smb_bucket_t *bucket; in smb_ofile_set_persistid_dh()1153 smb_bucket_t *bucket; in smb_ofile_insert_persistid()1192 smb_bucket_t *bucket; in smb_ofile_del_persistid()
1976 hash->buckets = kmem_zalloc(num_buckets * sizeof (smb_bucket_t), in smb_hash_create()1992 kmem_free(hash->buckets, hash->num_buckets * sizeof (smb_bucket_t)); in smb_hash_destroy()
410 } smb_bucket_t; typedef415 smb_bucket_t *buckets;