Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c2108 handle->bh_flag |= NSC_HACTIVE; in _sd_prefetch_buf()
2608 handle->bh_flag |= NSC_HACTIVE;
2654 handle->bh_flag |= NSC_HACTIVE;
2674 handle->bh_flag &= ~NSC_HACTIVE;
2683 handle->bh_flag &= ~NSC_HACTIVE;
2729 if ((handle->bh_flag & NSC_PINNABLE) && (handle->bh_flag & NSC_WRBUF))
2731 if (handle->bh_flag & (NSC_NOCACHE|NSC_SEQ_IO))
3108 handle->bh_flag |= NSC_FORCED_WRTHRU;
3598 if ((*hp)->bh_flag & (~_SD_VALID_FLAGS)) {
3601 cd, (void *)*hp, (*hp)->bh_flag);
[all …]
H A Dsd_bcache.h756 #define _SD_HANDLE_ACTIVE(handle) ((handle)->bh_flag & NSC_HACTIVE)
768 hndl->bh_flag |= \
771 hndl->bh_flag |= \
776 #define _SD_NOT_WRTHRU(handle) (((handle)->bh_flag & _SD_WRTHRU_MASK) == 0)
777 #define _SD_IS_WRTHRU(handle) ((handle)->bh_flag & _SD_WRTHRU_MASK)
964 (hndl)->bh_fba_pos, (hndl)->bh_flag, 0); \
H A Dsd_cache.h167 #define bh_flag bh_buf.sb_flag macro
H A Dsd_ft.c1116 if ((handle->bh_flag & NSC_WRBUF) == 0) { in _sd_uncommit()
H A DCACHE_SPEC.txt55 int bh_flag; /* bh_buf.sb_flag */
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c2666 if (!opt_a && !(bh.bh_flag & (NSC_HALLOCATED | NSC_HACTIVE))) in sdbc_handles()
2678 bh.bh_flag, nsc_buf_bits, bh.bh_flag); in sdbc_handles()
2705 bh.bh_buf.sb_fd, bh.bh_fba_pos, bh.bh_fba_len, bh.bh_flag); in sdbc_handles()