Searched refs:cluster_count (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dfat.c260 uint32_t cluster_count; local
361 cluster_count = sect_count - (reserved + fat_size + dir_size);
362 cluster_count /= vs->sectors_per_cluster;
363 dbg("cluster_count 0x%x", cluster_count);
369 /* cluster_count tells us the format */
370 if (cluster_count < FAT12_MAX)
372 else if (cluster_count < FAT16_MAX)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dlocalalloc.c801 u32 cluster_off, cluster_count; local
827 &cluster_off, &cluster_count);
837 alloc->id1.bitmap1.i_total = cpu_to_le32(cluster_count);

Completed in 46 milliseconds