Searched refs:ntfs_fill_super (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | super.c | 1146 * ntfs_fill_super - Try to mount. 1148 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()
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | super.c | 2680 * ntfs_fill_super - mount an ntfs filesystem 2685 * ntfs_fill_super() is called by the VFS to mount the device described by @sb 2697 static int ntfs_fill_super(struct super_block *sb, void *opt, const int silent) in ntfs_fill_super() function 3051 return mount_bdev(fs_type, flags, dev_name, data, ntfs_fill_super); in ntfs_mount()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | super.c | 2688 * ntfs_fill_super - mount an ntfs filesystem 2693 * ntfs_fill_super() is called by the VFS to mount the device described by @sb 2705 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()
|
Completed in 14 milliseconds