Searched refs:msdos_fill_super (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | namei_msdos.c | 651 static int msdos_fill_super(struct super_block *sb, void *data, int silent) in msdos_fill_super() function 660 return mount_bdev(fs_type, flags, dev_name, data, msdos_fill_super); in msdos_mount()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | namei_msdos.c | 653 static int msdos_fill_super(struct super_block *sb, void *data, int silent) in msdos_fill_super() function 662 return mount_bdev(fs_type, flags, dev_name, data, msdos_fill_super); in msdos_mount()
|
Completed in 2 milliseconds