Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Dsuper.c892 static int ntfs_fill_super(struct super_block *sb, struct fs_context *fc) in ntfs_fill_super() function
1359 return get_tree_bdev(fc, ntfs_fill_super); in ntfs_fs_get_tree()
/linux-6.1.9/fs/ntfs/
Dsuper.c2697 static int ntfs_fill_super(struct super_block *sb, void *opt, const int silent) in ntfs_fill_super() function
3049 return mount_bdev(fs_type, flags, dev_name, data, ntfs_fill_super); in ntfs_mount()