Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
1321 /* In case loading failed, we handle cleanup in udf_fill_super */ in udf_load_partdesc()
2127 static int udf_fill_super(struct super_block *sb, void *options, int silent) in udf_fill_super() function
/kernel/linux/linux-6.6/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()
1327 /* In case loading failed, we handle cleanup in udf_fill_super */ in udf_load_partdesc()
2087 static int udf_fill_super(struct super_block *sb, void *options, int silent) in udf_fill_super() function

Completed in 8 milliseconds