Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fat/
Dfat.h387 extern int fat_fill_super(struct super_block *sb, void *data, int silent,
Dnamei_msdos.c651 return fat_fill_super(sb, data, silent, 0, setup); in msdos_fill_super()
Dinode.c1603 int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, in fat_fill_super() function
1890 EXPORT_SYMBOL_GPL(fat_fill_super);
Dnamei_vfat.c1048 return fat_fill_super(sb, data, silent, 1, setup); in vfat_fill_super()