Home
last modified time | relevance | path

Searched refs:sdbc_cblk_fba_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c766 sdbc_cblk_fba_t st_cblk_len; /* FBA len of starting cache block */ in _sd_copy_pattern_to_handle()
767 sdbc_cblk_fba_t end_cblk_len; /* FBA len of ending cache block */ in _sd_copy_pattern_to_handle()
768 sdbc_cblk_fba_t st_cblk_off; /* FBA offset into starting cblock */ in _sd_copy_pattern_to_handle()
782 st_cblk_len = (sdbc_cblk_fba_t)fba_len; in _sd_copy_pattern_to_handle()
817 sdbc_cblk_fba_t st_cblk_len; /* FBA len of starting cache block */ in _sd_copy_handle()
818 sdbc_cblk_fba_t end_cblk_len; /* FBA len of ending cache block */ in _sd_copy_handle()
819 sdbc_cblk_fba_t st_cblk_off; /* FBA offset into starting cblock */ in _sd_copy_handle()
847 st_cblk_len = (sdbc_cblk_fba_t)fba_len; in _sd_copy_handle()
880 sdbc_cblk_fba_t st_cblk_len; /* FBA len of starting cache block */ in _sd_compare_handle()
881 sdbc_cblk_fba_t end_cblk_len; /* FBA len of ending cache block */ in _sd_compare_handle()
[all …]
H A Dsd_bcache.c396 static _sd_bitmap_t update_dirty(_sd_cctl_t *cc_ent, sdbc_cblk_fba_t st_off,
397 sdbc_cblk_fba_t st_len);
2093 sdbc_cblk_fba_t st_cblk_len; /* FBA len of starting cache block */ in _sd_prefetch_buf()
2094 sdbc_cblk_fba_t end_cblk_len; /* FBA len of ending cache block */ in _sd_prefetch_buf()
2095 sdbc_cblk_fba_t st_cblk_off; /* FBA offset into starting cblock */ in _sd_prefetch_buf()
2136 st_cblk_len = (sdbc_cblk_fba_t)fba_len; in _sd_prefetch_buf()
2169 st_cblk_len = (sdbc_cblk_fba_t) in _sd_prefetch_buf()
2349 st_cblk_len = (sdbc_cblk_fba_t) in _sd_prefetch_buf()
2367 st_cblk_len = (sdbc_cblk_fba_t)fba_len; in _sd_prefetch_buf()
2531 sdbc_cblk_fba_t st_cblk_len; /* FBA len of starting cache block */
[all …]
H A Dsd_ft.c1105 sdbc_cblk_fba_t st_cblk_len; /* FBA len of starting cache block */ in _sd_uncommit()
1106 sdbc_cblk_fba_t end_cblk_len; /* FBA len of ending cache block */ in _sd_uncommit()
1107 sdbc_cblk_fba_t st_cblk_off; /* FBA offset into starting cblock */ in _sd_uncommit()
1138 st_cblk_len = (sdbc_cblk_fba_t)fba_len; in _sd_uncommit()
H A Dsd_misc.c1258 sdbc_cblk_fba_t st_cblk_len; /* FBA len of starting cache block */ in _sd_data_log_chain()
1259 sdbc_cblk_fba_t end_cblk_len; /* FBA len of ending cache block */ in _sd_data_log_chain()
1260 sdbc_cblk_fba_t st_cblk_off; /* FBA offset into starting cblock */ in _sd_data_log_chain()
H A Dsd_bcache.h130 typedef uint32_t sdbc_cblk_fba_t; /* FBA len or offset in cache block */ typedef