Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dmisc.c94 if (sbi->prev_free != -1) in fat_clusters_flush()
95 fsinfo->next_cluster = cpu_to_le32(sbi->prev_free); in fat_clusters_flush()
H A Dinode.c1703 sbi->prev_free = FAT_START_ENT; in fat_fill_super()
1744 sbi->prev_free = le32_to_cpu(fsinfo->next_cluster); in fat_fill_super()
1801 sbi->prev_free %= sbi->max_cluster; in fat_fill_super()
1802 if (sbi->prev_free < FAT_START_ENT) in fat_fill_super()
1803 sbi->prev_free = FAT_START_ENT; in fat_fill_super()
H A Dfatent.c488 fatent_set_entry(&fatent, sbi->prev_free + 1); in fat_alloc_clusters()
509 sbi->prev_free = entry; in fat_alloc_clusters()
H A Dfat.h79 unsigned int prev_free; /* previously allocated cluster number */ member