Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Dii_tree.c161 II_NSC_WRITE(ip, bitmap, rc, tmp, node_fba, 1, 0); in node_io()
216 II_NSC_WRITE(ip, bitmap, rc, bp, fba, maxfbas, 0); in node_fba_fill()
H A Ddsw_dev.c2196 II_NSC_WRITE(ip, shadow, rc, tmp, ii_header, in _ii_perform_disable()
5650 II_NSC_WRITE(ip, bitmap, rc, tmp, write_fba, in _ii_bm_header_put()
5904 II_NSC_WRITE(ip, master, rc, tmp, tmp->sb_pos, in _ii_nsc_io()
5908 II_NSC_WRITE(ip, shadow, rc, tmp, tmp->sb_pos, in _ii_nsc_io()
5912 II_NSC_WRITE(ip, bitmap, rc, tmp, tmp->sb_pos, in _ii_nsc_io()
5916 II_NSC_WRITE(ip, overflow, rc, tmp, tmp->sb_pos, in _ii_nsc_io()
6592 II_NSC_WRITE(ip, master, rc, mst_tmp, pos, len, in _ii_copy_chunks()
6605 II_NSC_WRITE(ip, overflow, rc, shd_tmp, in _ii_copy_chunks()
6608 II_NSC_WRITE(ip, shadow, rc, shd_tmp, in _ii_copy_chunks()
7501 II_NSC_WRITE(ip, bitmap, rc, tmp, fba_pos, buf_fba_len, 0); in _ii_ab_ci_bmp()
[all …]
H A Ddsw_dev.h283 #define II_NSC_WRITE(ip, type, rc, buf, pos, len, flag) \ macro