Home
last modified time | relevance | path

Searched refs:mm_bytes (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/fat/
Dfile.c272 loff_t mm_bytes; /* Number of bytes to be allocated for file */ in fat_fallocate() local
294 mm_bytes = offset + len - ondisksize; in fat_fallocate()
295 nr_cluster = (mm_bytes + (sbi->cluster_size - 1)) >> in fat_fallocate()