Home
last modified time | relevance | path

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

/linux-4.19.296/fs/udf/
Dsuper.c91 static int udf_fill_super(struct super_block *, void *, int);
126 return mount_bdev(fs_type, flags, dev_name, data, udf_fill_super); in udf_mount()
2119 static int udf_fill_super(struct super_block *sb, void *options, int silent) in udf_fill_super() function