Home
last modified time | relevance | path

Searched refs:nr_clusters (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/ntfs/
Dsuper.c158 vol->nr_clusters = (ntfs_cluster_t)ll; in ntfs_init_volume()
160 vol->nr_clusters); in ntfs_init_volume()
164 mft_zone_size = vol->nr_clusters; in ntfs_init_volume()
206 while (vol->mft_zone_end >= vol->nr_clusters) { in ntfs_init_volume()
705 zone_end = vol->nr_clusters; in ntfs_allocate_clusters()
916 if (tc >= vol->nr_clusters) in ntfs_allocate_clusters()
1068 zone_end = vol->nr_clusters; in ntfs_allocate_clusters()
1091 if (tc >= vol->nr_clusters) in ntfs_allocate_clusters()
/linux-2.4.37.9/include/linux/
Dntfs_fs_sb.h46 ntfs_cluster_t nr_clusters; member