Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c384 static int _sd_sync_write2(_sd_buf_handle_t *wr_handle, nsc_off_t wr_st_pos,
6038 _sd_sync_write2(_sd_buf_handle_t *wr_handle, nsc_off_t wr_st_pos, argument
6047 int cd = HANDLE_CD(wr_handle);
6054 _SD_DISCONNECT_CALLBACK(wr_handle);
6057 rd_handle = wr_handle;
6061 wr_ent = wr_handle->bh_centry;
6094 rd_handle != wr_handle) {
6120 if (rd_handle == wr_handle) {
6168 fn = (wr_handle->bh_flag & NSC_NOBLOCK) ? _sd_async_write_ea : NULL;
6170 err = sd_start_io(bp, _sd_cache_files[cd].cd_strategy, fn, wr_handle);
[all …]