Home | History | Annotate | Download | only in blkid

Lines Matching full:nr_clusters

694 	__u64		nr_clusters;
712 nr_clusters = blkid_le64(ns->number_of_sectors) / sectors_per_cluster;
714 if ((blkid_le64(ns->mft_cluster_location) > nr_clusters) ||
715 (blkid_le64(ns->mft_mirror_cluster_location) > nr_clusters))