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

/illumos-gate/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)
/illumos-gate/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,
198 rc = nsc_alloc_buf(ip->bi_bmpfd, fba, maxfbas, NSC_WRBUF, &bp);
300 (void) node_io(ip, np, ni, NSC_WRBUF);
328 (void) _ii_nsc_io(ip, KS_SHD, SHDFD(ip), NSC_WRBUF, fba,
335 (void) node_io(ip, np, ni, NSC_WRBUF);
380 (void) _ii_nsc_io(ip, KS_OVR, op->ii_dev->bi_fd, NSC_WRBUF, fba,
H A Ddsw_dev.c4009 rc = _ii_nsc_io(0, KS_NA, fd, NSC_WRBUF, II_OHEADER_FBA,
5983 NSC_WRBUF, II_OHEADER_FBA,
6062 rc = _ii_nsc_io(ip, KS_OVR, op->ii_dev->bi_fd, NSC_WRBUF,
6136 NSC_WRBUF, II_OHEADER_FBA,
6156 (void) _ii_nsc_io(ip, KS_OVR, op->ii_dev->bi_fd, NSC_WRBUF,
6475 mst_flag = NSC_WRBUF|NSC_WRTHRU;
6478 shd_flag = NSC_WRBUF|NSC_WRTHRU;
6552 if (mst_flag & NSC_WRBUF) {
6589 if (mst_flag & NSC_WRBUF) {
7602 rc = nsc_alloc_buf(ip->bi_bmpfd, copy_fba_pos, len, NSC_WRBUF,
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_cache.c156 if (flag & NSC_WRBUF)
H A Dnsc_disk.c231 (rw == UIO_READ) ? NSC_RDBUF : NSC_WRBUF, &buf)) > 0)
/illumos-gate/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,
705 NSC_WRBUF, &buf);
H A Dsd_bcache.c2503 * NSC_RDBUF, NSC_WRBUF, NSC_NOBLOCK and hints.
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) {
5876 * ARGUMENTS: handle - handle allocated with NSC_WRBUF
6235 if ((handle->bh_flag & NSC_WRBUF) == 0) {
H A Dsd_ft.c1116 if ((handle->bh_flag & NSC_WRBUF) == 0) {
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c538 {"WRBUF", NSC_WRBUF, NSC_WRBUF},
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c1103 if (flag & NSC_WRBUF) {
1173 if (flag & NSC_WRBUF)
H A Drdc_bitmap.c1610 rc = _rdc_rdwr_refcnt(krdc, NSC_WRBUF);
H A Drdc_svc.c2397 NSC_WRBUF|NSC_NODATA|nocache, &handle);
H A Drdc_clnt.c748 NSC_WRBUF, &remote_h);

Completed in 142 milliseconds