Home
last modified time | relevance | path

Searched refs:ent_end (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/fat/
H A Dfatent.c768 u64 ent_start, ent_end, minlen, trimmed = 0; in fat_trim_fs() local
779 ent_end = ent_start + (range->len >> sbi->cluster_bits) - 1; in fat_trim_fs()
784 if (ent_end >= sbi->max_cluster) in fat_trim_fs()
785 ent_end = sbi->max_cluster - 1; in fat_trim_fs()
790 fat_ra_init(sb, &fatent_ra, &fatent, ent_end + 1); in fat_trim_fs()
791 while (fatent.entry <= ent_end) { in fat_trim_fs()
814 } while (fat_ent_next(sbi, &fatent) && fatent.entry <= ent_end); in fat_trim_fs()
/kernel/linux/linux-6.6/fs/fat/
H A Dfatent.c769 u64 ent_start, ent_end, minlen, trimmed = 0; in fat_trim_fs() local
780 ent_end = ent_start + (range->len >> sbi->cluster_bits) - 1; in fat_trim_fs()
785 if (ent_end >= sbi->max_cluster) in fat_trim_fs()
786 ent_end = sbi->max_cluster - 1; in fat_trim_fs()
791 fat_ra_init(sb, &fatent_ra, &fatent, ent_end + 1); in fat_trim_fs()
792 while (fatent.entry <= ent_end) { in fat_trim_fs()
815 } while (fat_ent_next(sbi, &fatent) && fatent.entry <= ent_end); in fat_trim_fs()

Completed in 3 milliseconds