Home
last modified time | relevance | path

Searched refs:open_ctree (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Ddisk-io.h58 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices);
H A Ddisk-io.c3366 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices) in open_ctree() function
3831 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
H A Dsuper.c974 ret = open_ctree(sb, fs_devices); in btrfs_fill_super()