Searched refs:nr_clusters (Results 1 – 3 of 3) sorted by relevance
383 int nr_clusters; in fat_truncate_blocks() local 392 nr_clusters = (offset + (cluster_size - 1)) >> sbi->cluster_bits; in fat_truncate_blocks() 394 fat_free(inode, nr_clusters); in fat_truncate_blocks()
40 int nr_clusters; member 808 a6xx_state->nr_clusters = ARRAY_SIZE(a6xx_clusters); in a6xx_get_clusters() 842 a6xx_state->nr_clusters = clusters_size; in a7xx_get_clusters() 2046 for (i = 0; i < a6xx_state->nr_clusters; i++) { in a6xx_show()
3180 unsigned long nr_clusters = DIV_ROUND_UP(maxpages, SWAPFILE_CLUSTER); in setup_clusters() local 3185 cluster_info = kvcalloc(nr_clusters, sizeof(*cluster_info), GFP_KERNEL); in setup_clusters() 3189 for (i = 0; i < nr_clusters; i++) in setup_clusters() 3235 for (i = 0; i < DIV_ROUND_UP(nr_clusters, SWAP_CLUSTER_COLS); i++) { in setup_clusters() 3239 if (idx >= nr_clusters) in setup_clusters()