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

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs.h280 #define ntfs_cntobn(cn) (daddr_t)((cn) * (ntmp->ntm_spc)) macro
H A Dntfs_subr.c281 bn = ntfs_cntobn(ntmp->ntm_mftcn) +
1488 bp = getblk(ntmp->ntm_devvp, ntfs_cntobn(cn)
1493 error = bread(ntmp->ntm_devvp, ntfs_cntobn(cn)
1601 ntfs_cntobn(cn)
H A Dntfs_vfsops.c622 sbp->f_bfree = sbp->f_bavail = ntfs_cntobn(ntmp->ntm_cfree);

Completed in 168 milliseconds