Searched refs:efs_fill_super (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/efs/ |
H A D | super.c | 23 static int efs_fill_super(struct super_block *s, void *d, int silent); 28 return mount_bdev(fs_type, flags, dev_name, data, efs_fill_super); in efs_mount() 251 static int efs_fill_super(struct super_block *s, void *d, int silent) in efs_fill_super() function
|
/kernel/linux/linux-6.6/fs/efs/ |
H A D | super.c | 23 static int efs_fill_super(struct super_block *s, void *d, int silent); 28 return mount_bdev(fs_type, flags, dev_name, data, efs_fill_super); in efs_mount() 251 static int efs_fill_super(struct super_block *s, void *d, int silent) in efs_fill_super() function
|
Completed in 1 milliseconds