Home
last modified time | relevance | path

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

/openbmc/linux/fs/exfat/
H A Dballoc.c280 unsigned int trim_begin, trim_end, count, next_free_clu; in exfat_trim_fs()
303 next_free_clu = exfat_find_free_bitmap(sb, trim_end + 1); in exfat_trim_fs()
304 if (next_free_clu == EXFAT_EOF_CLUSTER) in exfat_trim_fs()
308 if (next_free_clu == trim_end + 1) { in exfat_trim_fs()
325 trim_begin = trim_end = next_free_clu; in exfat_trim_fs()
328 if (next_free_clu >= clu_end) in exfat_trim_fs()
336 next_free_clu = exfat_find_free_bitmap(sb, next_free_clu + 1); in exfat_trim_fs()
337 } while (next_free_clu != EXFAT_EOF_CLUSTER && in exfat_trim_fs()
338 next_free_clu > trim_en in exfat_trim_fs()
274 unsigned int trim_begin, trim_end, count, next_free_clu; exfat_trim_fs() local
[all...]