Searched refs:nr_clusters (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dntfs_fs_sb.h44 ntfs_cluster_t nr_clusters; member in struct:ntfs_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dntfs_fs_sb.h44 ntfs_cluster_t nr_clusters; member in struct:ntfs_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dsuper.c158 vol->nr_clusters = (ntfs_cluster_t)ll;
159 ntfs_debug(DEBUG_FILE3, "ntfs_init_volume: vol->nr_clusters = 0x%x\n",
160 vol->nr_clusters);
164 mft_zone_size = vol->nr_clusters;
206 while (vol->mft_zone_end >= vol->nr_clusters) {
645 zone_end = vol->nr_clusters;
856 if (tc >= vol->nr_clusters)
1007 zone_end = vol->nr_clusters;
1030 if (tc >= vol->nr_clusters)
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dprobe.c605 __u64 nr_clusters; local
623 nr_clusters = blkid_le64(ns->number_of_sectors) / sectors_per_cluster;
625 if ((blkid_le64(ns->mft_cluster_location) > nr_clusters) ||
626 (blkid_le64(ns->mft_mirror_cluster_location) > nr_clusters))

Completed in 91 milliseconds