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

/linux-master/fs/btrfs/
H A Ddisk-io.h55 int __cold open_ctree(struct super_block *sb,
H A Ddisk-io.c1501 * Do not do anything if we might cause open_ctree() to block
2967 * Mounting logic specific to read-write file systems. Shared by open_ctree
3196 int __cold open_ctree(struct super_block *sb, struct btrfs_fs_devices *fs_devices, function
3616 ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
H A Dsuper.c673 * This is subtle, we only call this during open_ctree(). We need to pre-load
938 err = open_ctree(sb, fs_devices, (char *)data);
940 btrfs_err(fs_info, "open_ctree failed");
2009 * we don't actually fill this stuff out until open_ctree, but we need
2010 * then open_ctree will properly initialize the file system specific
2076 * we'll call btrfs_get_tree_super(). This will do the open_ctree() and

Completed in 360 milliseconds