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

/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c792 fetchzeroes(caddr_t dst_va, offset_t dst_mof, ulong_t dst_nb, mapentry_t *me) argument
798 ASSERT(src_mof < (dst_mof + dst_nb));
800 dst_nb -= (src_mof - dst_mof);
806 src_nb = MIN(src_nb, dst_nb);
819 size_t dst_nb,
826 ulong_t sav_dst_nb = dst_nb;
835 while (dst_nb) {
844 copy_nb = MIN(dst_nb, src_elof - dst_lof);
860 dst_nb -= copy_nb;
878 return (sav_dst_nb - dst_nb);
815 fetchbuf( ml_unit_t *ul, buf_t *bp, caddr_t dst_va, size_t dst_nb, off_t *dst_lofp) argument
[all...]

Completed in 1327 milliseconds