Searched refs:open_ctree (Results 1 – 3 of 3) sorted by relevance
58 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices);
3366 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices) in open_ctree() function3831 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
974 ret = open_ctree(sb, fs_devices); in btrfs_fill_super()