Lines Matching refs:ntfs_cntob
1018 ntfs_cntob(cn), rdsize, rdbuf, NULL); in ntfs_ntlookupfile()
1036 "$I30", ntfs_cntob(cn), rdsize, rdbuf, NULL); in ntfs_ntlookupfile()
1185 cpbl = ntfs_btocn(blsize + ntfs_cntob(1) - 1); in ntfs_ntreaddir()
1212 ntfs_cntob(blnum * cpbl), rdsize, rdbuf, NULL); in ntfs_ntreaddir()
1254 while (ntfs_cntob(blnum * cpbl) < iavap->va_datalen) { in ntfs_ntreaddir()
1262 if (ntfs_cntob(blnum * cpbl) >= iavap->va_datalen) in ntfs_ntreaddir()
1375 if (ntfs_cntob(ccl) < off) { in ntfs_readntvattr_plain()
1376 off -= ntfs_cntob(ccl); in ntfs_readntvattr_plain()
1394 ntfs_cntob(1) - off); in ntfs_readntvattr_plain()
1397 tocopy <= ntfs_cntob(1)); in ntfs_readntvattr_plain()
1406 ntfs_cntob(cl), in ntfs_readntvattr_plain()
1430 tocopy = MIN(left, ntfs_cntob(ccl) - off); in ntfs_readntvattr_plain()
1489 toread = MIN(left, ntfs_cntob(vap->va_vcnend + 1) - off); in ntfs_readattr_plain()
1494 off - ntfs_cntob(vap->va_vcnstart), in ntfs_readattr_plain()
1550 cup = malloc(ntfs_cntob(NTFS_COMPUNIT_CL), M_NTFSDECOMP, in ntfs_readattr()
1552 uup = malloc(ntfs_cntob(NTFS_COMPUNIT_CL), M_NTFSDECOMP, in ntfs_readattr()
1556 off = roff - ntfs_cntob(cn); in ntfs_readattr()
1560 attrname, ntfs_cntob(cn), in ntfs_readattr()
1561 ntfs_cntob(NTFS_COMPUNIT_CL), in ntfs_readattr()
1566 tocopy = MIN(left, ntfs_cntob(NTFS_COMPUNIT_CL) - off); in ntfs_readattr()
1568 if (init == ntfs_cntob(NTFS_COMPUNIT_CL)) { in ntfs_readattr()
1598 off += tocopy - ntfs_cntob(NTFS_COMPUNIT_CL); in ntfs_readattr()