Lines Matching full:clusters
530 /* Check clusters per file mft record value is valid. */ in is_boot_sector_ntfs()
539 /* Check clusters per index block value is valid. */ in is_boot_sector_ntfs()
712 * Get the size of the volume in clusters and check for 64-bit-ness. in parse_ntfs_boot_sector()
713 * Windows currently only uses 32 bits to save the clusters so we do in parse_ntfs_boot_sector()
718 ntfs_error(vol->sb, "Cannot handle 64-bit clusters."); in parse_ntfs_boot_sector()
791 switch (vol->mft_zone_multiplier) { /* % of volume size in clusters */ in ntfs_setup_allocators()
1932 * get_nr_free_clusters - return the number of free clusters on a volume
1935 * Calculate the number of free clusters on the mounted NTFS volume @vol. We
1936 * actually calculate the number of clusters in use instead because this
1938 * and hence not be counted as allocated clusters.
1940 * The only particularity is that clusters beyond the end of the logical ntfs
1943 * has a size in multiples of 8 bytes, i.e. up to 63 clusters could be outside
1946 * If any pages cannot be read we assume all clusters in the erroring pages are
2035 * @nr_clusters is the number of clusters requested for allocation.
2037 * Return the number of clusters available for allocation within
2176 * the total clusters. in ntfs_statfs()
2246 ntfs_debug("pre-calculate free clusters(%lld) using workqueue", in precalc_free_clusters()