Searched refs:fat_fill_super (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/fat/ |
D | fat.h | 418 extern int fat_fill_super(struct super_block *sb, void *data, int silent,
|
D | namei_msdos.c | 655 return fat_fill_super(sb, data, silent, 0, setup); in msdos_fill_super()
|
D | inode.c | 1604 int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, in fat_fill_super() function 1901 EXPORT_SYMBOL_GPL(fat_fill_super);
|
D | namei_vfat.c | 1200 return fat_fill_super(sb, data, silent, 1, setup); in vfat_fill_super()
|