Home
last modified time | relevance | path

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

/Linux-v4.19/fs/udf/
Dsuper.c90 static int udf_fill_super(struct super_block *, void *, int);
131 return mount_bdev(fs_type, flags, dev_name, data, udf_fill_super); in udf_mount()
2035 static int udf_fill_super(struct super_block *sb, void *options, int silent) in udf_fill_super() function