Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/udf/
H A Dsuper.c91 static int udf_fill_super(struct super_block *, void *, int);
122 return mount_bdev(fs_type, flags, dev_name, data, udf_fill_super); in udf_mount()
2126 static int udf_fill_super(struct super_block *sb, void *options, int silent) in udf_fill_super() function