Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dsuper.c642 static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc) in erofs_fc_fill_super()
807 return get_tree_nodev(fc, erofs_fc_fill_super); in erofs_fc_reconfigure()
809 ret = get_tree_bdev_flags(fc, erofs_fc_fill_super, in erofs_fc_reconfigure()
825 return get_tree_nodev(fc, erofs_fc_fill_super); in erofs_release_device_info()
629 static int erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc) erofs_fc_fill_super() function