Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/
H A Dnsctl.h276 #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_41/usr/src/uts/common/avs/ns/dsw/
H A Dii_tree.c119 (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 Ddsw_dev.c4009 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_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c685 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 Dsd_bcache.c2568 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 Dsd_ft.c1116 if ((handle->bh_flag & NSC_WRBUF) == 0) { in _sd_uncommit()
/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_cache.c156 if (flag & NSC_WRBUF) in nsc_alloc_buf()
H A Dnsc_disk.c231 (rw == UIO_READ) ? NSC_RDBUF : NSC_WRBUF, &buf)) > 0) in _nsc_rw_uio()
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c538 {"WRBUF", NSC_WRBUF, NSC_WRBUF},
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c1103 if (flag & NSC_WRBUF) { in _rdc_alloc_buf()
1173 if (flag & NSC_WRBUF) in _rdc_alloc_buf()
H A Drdc_bitmap.c1610 rc = _rdc_rdwr_refcnt(krdc, NSC_WRBUF); in rdc_write_refcount()
H A Drdc_svc.c2397 NSC_WRBUF|NSC_NODATA|nocache, &handle); in rdc_writemaxfba()
H A Drdc_clnt.c748 NSC_WRBUF, &remote_h); in rdc_net_write()