mm_bytes          274 fs/fat/file.c  	loff_t mm_bytes; /* Number of bytes to be allocated for file */
mm_bytes          296 fs/fat/file.c  		mm_bytes = offset + len - ondisksize;
mm_bytes          297 fs/fat/file.c  		nr_cluster = (mm_bytes + (sbi->cluster_size - 1)) >>