Home
last modified time | relevance | path

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

/linux-4.1.27/fs/efs/
Dsuper.c21 static int efs_fill_super(struct super_block *s, void *d, int silent);
26 return mount_bdev(fs_type, flags, dev_name, data, efs_fill_super); in efs_mount()
255 static int efs_fill_super(struct super_block *s, void *d, int silent) in efs_fill_super() function