Home
last modified time | relevance | path

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

/openbmc/linux/fs/efs/
H A Dsuper.c23 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