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

/openbsd-current/sys/ntfs/
H A Dntfs.h300 #define ntfs_bntob(bn) (int32_t)((bn) * (ntmp)->ntm_bps) macro
H A Dntfs_subr.c281 mfrp = malloc(ntfs_bntob(ntmp->ntm_bpmftrec), M_TEMP, M_WAITOK);
292 ntfs_bntob(ntmp->ntm_bpmftrec), &bp);
298 memcpy(mfrp, bp->b_data, ntfs_bntob(ntmp->ntm_bpmftrec));
305 ip->i_number * ntfs_bntob(ntmp->ntm_bpmftrec),
306 ntfs_bntob(ntmp->ntm_bpmftrec), mfrp, NULL);
315 ntfs_bntob(ntmp->ntm_bpmftrec));
H A Dntfs_vfsops.c607 sbp->f_files = mftallocated / ntfs_bntob(ntmp->ntm_bpmftrec) +

Completed in 133 milliseconds