Searched refs:vfat_fill_super (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | namei_vfat.c | 1048 static int vfat_fill_super(struct super_block *sb, void *data, int silent) in vfat_fill_super() function 1057 return mount_bdev(fs_type, flags, dev_name, data, vfat_fill_super); in vfat_mount()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | namei_vfat.c | 1198 static int vfat_fill_super(struct super_block *sb, void *data, int silent) in vfat_fill_super() function 1207 return mount_bdev(fs_type, flags, dev_name, data, vfat_fill_super); in vfat_mount()
|
Completed in 4 milliseconds