HomeSort by: relevance | last modified time | path
    Searched refs:NTFS_COMPUNIT_CL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/ntfs/
ntfs_compr.h 35 #define NTFS_COMPUNIT_CL 16
ntfs_compr.c 103 for (i = 0; i * NTFS_COMPBLOCK_SIZE < ntfs_cntob(NTFS_COMPUNIT_CL); i++) {
ntfs_subr.c 1561 cup = malloc(ntfs_cntob(NTFS_COMPUNIT_CL),
1563 uup = malloc(ntfs_cntob(NTFS_COMPUNIT_CL),
1566 cn = (ntfs_btocn(roff)) & (~(NTFS_COMPUNIT_CL - 1));
1572 ntfs_cntob(NTFS_COMPUNIT_CL), cup, &init, NULL);
1576 tocopy = MIN(left, ntfs_cntob(NTFS_COMPUNIT_CL) - off);
1578 if (init == ntfs_cntob(NTFS_COMPUNIT_CL)) {
1604 off += tocopy - ntfs_cntob(NTFS_COMPUNIT_CL);
1605 cn += NTFS_COMPUNIT_CL;

Completed in 14 milliseconds