Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ntfs3/
Dsuper.c1148 static int ntfs_fill_super(struct super_block *sb, struct fs_context *fc) in ntfs_fill_super() function
1695 return get_tree_bdev(fc, ntfs_fill_super); in ntfs_fs_get_tree()
/linux-6.6.21/fs/ntfs/
Dsuper.c2705 static int ntfs_fill_super(struct super_block *sb, void *opt, const int silent) in ntfs_fill_super() function
3057 return mount_bdev(fs_type, flags, dev_name, data, ntfs_fill_super); in ntfs_mount()