Home
last modified time | relevance | path

Searched defs:nr_clus (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/fat/
Dfatent.c587 int nr_clus = fatent.entry - first_cl + 1; in fat_free_clusters() local
700 static int fat_trim_clusters(struct super_block *sb, u32 clus, u32 nr_clus) in fat_trim_clusters()