Home
last modified time | relevance | path

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

/openbmc/linux/fs/udf/
H A Dsuper.c94 static int udf_fill_super(struct super_block *, void *, int);
125 return mount_bdev(fs_type, flags, dev_name, data, udf_fill_super); in udf_mount()
2087 static int udf_fill_super(struct super_block *sb, void *options, int silent) in udf_fill_super() function