Searched refs:NSC_WRBUF (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/uts/common/avs/ns/ |
H A D | nsctl.h | 276 #define NSC_WRBUF 0x0002 macro 281 #define NSC_WRITE (NSC_WRBUF) 282 #define NSC_RDWR (NSC_RDBUF | NSC_WRBUF) 283 #define NSC_RDWRBUF (NSC_RDBUF | NSC_WRBUF)
|
/titanic_50/usr/src/uts/common/avs/ns/dsw/ |
H A D | ii_tree.c | 119 (void) _ii_nsc_io(ip, KS_OVR, op->ii_dev->bi_fd, NSC_WRBUF, in update_overflow_header() 198 rc = nsc_alloc_buf(ip->bi_bmpfd, fba, maxfbas, NSC_WRBUF, &bp); in node_fba_fill() 300 (void) node_io(ip, np, ni, NSC_WRBUF); in write_node() 328 (void) _ii_nsc_io(ip, KS_SHD, SHDFD(ip), NSC_WRBUF, fba, in free_node() 335 (void) node_io(ip, np, ni, NSC_WRBUF); in free_node() 380 (void) _ii_nsc_io(ip, KS_OVR, op->ii_dev->bi_fd, NSC_WRBUF, fba, in ii_free_overflow()
|
H A D | dsw_dev.c | 4009 rc = _ii_nsc_io(0, KS_NA, fd, NSC_WRBUF, II_OHEADER_FBA, in _ii_ocreate() 5983 NSC_WRBUF, II_OHEADER_FBA, in ii_overflow_attach() 6062 rc = _ii_nsc_io(ip, KS_OVR, op->ii_dev->bi_fd, NSC_WRBUF, in ii_overflow_attach() 6136 NSC_WRBUF, II_OHEADER_FBA, in ii_overflow_free() 6156 (void) _ii_nsc_io(ip, KS_OVR, op->ii_dev->bi_fd, NSC_WRBUF, in ii_overflow_free() 6475 mst_flag = NSC_WRBUF|NSC_WRTHRU; in _ii_copy_chunks() 6478 shd_flag = NSC_WRBUF|NSC_WRTHRU; in _ii_copy_chunks() 6552 if (mst_flag & NSC_WRBUF) { in _ii_copy_chunks() 6589 if (mst_flag & NSC_WRBUF) { in _ii_copy_chunks() 7602 rc = nsc_alloc_buf(ip->bi_bmpfd, copy_fba_pos, len, NSC_WRBUF, in _ii_ab_copybm() [all …]
|
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_tdaemon.c | 685 sts = _sd_alloc_buf((blind_t)(unsigned long)cd, 0, len, NSC_WRBUF, in _sd_test_rwloop_seq() 705 NSC_WRBUF, &buf); in _sd_test_rwloop_seq()
|
H A D | sd_bcache.c | 2568 if (flag & NSC_WRBUF) { 2606 flag &= ~(NSC_RDBUF | NSC_WRBUF | NSC_RDAHEAD); 2682 if ((flag & NSC_WRBUF) && cdi->cd_info->sh_failed) { 2729 if ((handle->bh_flag & NSC_PINNABLE) && (handle->bh_flag & NSC_WRBUF)) 3103 if (flag & NSC_WRBUF) { 5687 if ((handle->bh_flag & NSC_WRBUF) == 0) { 6235 if ((handle->bh_flag & NSC_WRBUF) == 0) {
|
H A D | sd_ft.c | 1116 if ((handle->bh_flag & NSC_WRBUF) == 0) { in _sd_uncommit()
|
/titanic_50/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_disk.c | 231 (rw == UIO_READ) ? NSC_RDBUF : NSC_WRBUF, &buf)) > 0) in _nsc_rw_uio()
|
H A D | nsc_cache.c | 156 if (flag & NSC_WRBUF) in nsc_alloc_buf()
|
/titanic_50/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 538 {"WRBUF", NSC_WRBUF, NSC_WRBUF},
|
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_dev.c | 1103 if (flag & NSC_WRBUF) { in _rdc_alloc_buf() 1173 if (flag & NSC_WRBUF) in _rdc_alloc_buf()
|
H A D | rdc_bitmap.c | 1610 rc = _rdc_rdwr_refcnt(krdc, NSC_WRBUF); in rdc_write_refcount()
|
H A D | rdc_svc.c | 2397 NSC_WRBUF|NSC_NODATA|nocache, &handle); in rdc_writemaxfba()
|
H A D | rdc_clnt.c | 748 NSC_WRBUF, &remote_h); in rdc_net_write()
|