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

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_subr.c581 vap->va_vcnend = ntfs_btocn(vap->va_allocated);
1168 cpbl = ntfs_btocn(blsize + ntfs_cntob(1) - 1);
1379 ntfs_btocn(off), &vap);
1466 ccl -= ntfs_btocn(off);
1467 cn = ccn + ntfs_btocn(off);
1573 ccl -= ntfs_btocn(off);
1574 cn = ccn + ntfs_btocn(off);
1684 ntfs_btocn(off), &vap);
1761 cn = (ntfs_btocn(roff)) & (~(NTFS_COMPUNIT_CL - 1));
H A Dntfs.h282 #define ntfs_btocn(off) (cn_t)((off) / ((ntmp)->ntm_spc * (ntmp)->ntm_bps)) macro
H A Dntfs_vnops.c146 cn = ntfs_btocn(uio->uio_offset);

Completed in 108 milliseconds