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

/linux-master/fs/fat/
H A Dfile.c383 int nr_clusters; local
392 nr_clusters = (offset + (cluster_size - 1)) >> sbi->cluster_bits;
394 fat_free(inode, nr_clusters);
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c40 int nr_clusters; member in struct:a6xx_gpu_state
797 a6xx_state->nr_clusters = ARRAY_SIZE(a6xx_clusters);
828 a6xx_state->nr_clusters = clusters_size;
2007 for (i = 0; i < a6xx_state->nr_clusters; i++) {
/linux-master/fs/ocfs2/
H A Dfile.c1545 u32 cluster, p_cluster, nr_clusters; local
1560 &nr_clusters, NULL);
/linux-master/mm/
H A Dswapfile.c2929 unsigned long nr_clusters = DIV_ROUND_UP(maxpages, SWAPFILE_CLUSTER); local
2986 for (i = 0; i < DIV_ROUND_UP(nr_clusters, SWAP_CLUSTER_COLS); i++) {
2988 if (idx >= nr_clusters)

Completed in 149 milliseconds