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

/linux-master/fs/btrfs/
H A Dsuper.c2003 struct fs_context *dup_fc; local
2027 dup_fc = vfs_dup_fs_context(fc);
2028 if (IS_ERR(dup_fc)) {
2030 return PTR_ERR(dup_fc);
2035 * need to set it on the dup_fc as this is what creates the super block.
2037 dup_fc->s_fs_info = fs_info;
2041 * loop, they were duplicated into dup_fc, we can drop the originals
2047 mnt = fc_mount(dup_fc);
2049 mnt = btrfs_reconfigure_for_mount(dup_fc);
2050 put_fs_context(dup_fc);
[all...]

Completed in 85 milliseconds