Home
last modified time | relevance | path

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

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