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

/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c8923 nsc_off_t mapped_fba; local
8948 mapped_fba = DSW_CHK2FBA(mapped_chunk) + (fba % DSW_SIZE);
8953 rc = nsc_alloc_buf(OVRFD(ip), mapped_fba, len, NSC_RDBUF, &tmp);
8957 rc = nsc_alloc_buf(SHDFD(ip), mapped_fba, len, NSC_RDBUF, &tmp);
8963 rc = nsc_copy(tmp, dstbuf, mapped_fba, fba, len);
10065 nsc_off_t mapped_fba; local
10101 mapped_fba = DSW_CHK2FBA(mapped_chunk) +
10109 rc = nsc_alloc_buf(OVRFD(ip), mapped_fba,
10112 rc = nsc_alloc_buf(SHDFD(ip), mapped_fba,
10118 mapped_fba, copy_le
[all...]

Completed in 3131 milliseconds