Searched refs:chunkid_t (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | ii_tree.c | 68 chunkid_t vchunk_id; /* virtual chunk id */ 72 chunkid_t next_chunk; 87 static chunkid_t ii_alloc_overflow(_ii_info_t *ip); 88 void ii_free_overflow(_ii_info_t *, chunkid_t); 174 node_fba_fill(_ii_info_t *ip, nsc_size_t nchunks, chunkid_t vchunk_id) in node_fba_fill() 255 static chunkid_t 260 chunkid_t rc = II_NULLCHUNK; in alloc_chunk() 351 ii_free_overflow(_ii_info_t *ip, chunkid_t chunk) in ii_free_overflow() 448 static chunkid_t 451 chunkid_t chunk; in ii_alloc_overflow() [all …]
|
H A D | dsw_dev.h | 176 typedef int64_t chunkid_t; typedef 179 typedef int32_t chunkid_t; typedef 374 chunkid_t bi_mstchks; 375 chunkid_t bi_shdchks; /* # of chunks on shadow vol */ 376 chunkid_t bi_shdchkused; /* # of allocated */ 377 chunkid_t bi_shdfchk; /* start of shd chunk flst */ 480 int (*tst_shd_bit)(_ii_info_t *, chunkid_t); 481 int (*set_shd_bit)(_ii_info_t *, chunkid_t); 482 int (*tst_copy_bit)(_ii_info_t *, chunkid_t); 483 int (*set_copy_bit)(_ii_info_t *, chunkid_t); [all …]
|
H A D | dsw_dev.c | 137 static void _ii_lock_chunk(_ii_info_t *ip, chunkid_t); 138 static void _ii_unlock_chunks(_ii_info_t *ip, chunkid_t, int); 145 extern chunkid_t ii_tsearch(_ii_info_t *, chunkid_t); 146 extern void ii_tdelete(_ii_info_t *, chunkid_t); 633 chunkid_t max_chunk, chunk_num; in ii_fill_copy_bmp() 650 DTRACE_PROBE2(_ii_fill_copy_bmp_chunks, chunkid_t, chunk_num, in ii_fill_copy_bmp() 651 chunkid_t, max_chunk); in ii_fill_copy_bmp() 1930 ip->bi_shdchks = (chunkid_t)shd_chunks; in _ii_config() 6451 _ii_copy_chunks(_ii_info_t *ip, int flag, chunkid_t chunk_num, int nchunks) in _ii_copy_chunks() 6460 chunkid_t shd_chunk; in _ii_copy_chunks() [all …]
|