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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dbootsect.c212 vol->nr_clusters = sectors >> (ffs(sectors_per_cluster) - 1);
218 if (vol->mft_lcn > vol->nr_clusters ||
219 vol->mftmirr_lcn > vol->nr_clusters) {
223 (long long)vol->nr_clusters);
H A Dlcnalloc.c75 ntfs_cluster_set_zone_pos(vol->mft_zone_end, vol->nr_clusters,
253 zone_end = vol->nr_clusters;
433 zone_end = vol->nr_clusters;
548 if (vol->free_clusters > vol->nr_clusters)
551 (long long)vol->nr_clusters);
669 if (vol->free_clusters > vol->nr_clusters)
672 (long long)vol->nr_clusters);
H A Ddevice.c410 if (vol->nr_clusters < lcn + count) {
413 "(%lld < %lld)", (long long)vol->nr_clusters,
446 if (vol->nr_clusters < lcn + count) {
449 "(%lld < %lld)", (long long)vol->nr_clusters,
H A Dvolume.c528 mft_zone_size = vol->nr_clusters >> 3; /* 12.5% */
557 while (vol->mft_zone_end >= vol->nr_clusters) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dvolume.h61 LCN nr_clusters; /* Volume size in clusters == number of member in struct:__anon16920
H A Dlcnalloc.c165 zone_end = vol->nr_clusters;
382 if (tc >= vol->nr_clusters)
513 zone_end = vol->nr_clusters;
536 if (tc >= vol->nr_clusters)
H A Dsuper.c847 vol->nr_clusters = ll;
848 ntfs_debug("vol->nr_clusters = 0x%llx", (long long)vol->nr_clusters);
865 if (ll >= vol->nr_clusters) {
874 if (ll >= vol->nr_clusters) {
920 mft_zone_size = vol->nr_clusters;
964 while (vol->mft_zone_end >= vol->nr_clusters) {
1814 if ((vol->nr_clusters + 7) >> 3 > i_size_read(vol->lcnbmp_ino)) {
2413 s64 nr_free = vol->nr_clusters;
2426 max_index = (((vol->nr_clusters
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dfile.c290 int nr_clusters; local
299 nr_clusters = (offset + (cluster_size - 1)) >> sbi->cluster_bits;
301 fat_free(inode, nr_clusters);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dvolume.h178 s64 nr_clusters; /* Volume size in clusters, hence also the member in struct:_ntfs_volume
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c273 sfs->f_blocks = vol->nr_clusters;

Completed in 108 milliseconds