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

/netbsd-current/sys/fs/ntfs/
H A Dntfs_subr.c268 mfrp = malloc(ntfs_bntob(ntmp->ntm_bpmftrec), M_TEMP, M_WAITOK);
285 ntfs_bntob(ntmp->ntm_bpmftrec) * ip->i_number;
288 resid = ntfs_bntob(ntmp->ntm_bpmftrec);
312 ip->i_number * ntfs_bntob(ntmp->ntm_bpmftrec),
313 ntfs_bntob(ntmp->ntm_bpmftrec), mfrp, NULL);
322 ntfs_bntob(ntmp->ntm_bpmftrec));
H A Dntfs.h290 #define ntfs_bntob(bn) (daddr_t)((bn) * (ntmp)->ntm_bps) macro
H A Dntfs_vfsops.c636 sbp->f_files = mftallocated / ntfs_bntob(ntmp->ntm_bpmftrec) +

Completed in 146 milliseconds