Lines Matching refs:kfc
248 static int kernfs_fill_super(struct super_block *sb, struct kernfs_fs_context *kfc)
251 struct kernfs_root *kf_root = kfc->root;
260 sb->s_magic = kfc->magic;
300 struct kernfs_fs_context *kfc = fc->fs_private;
302 kfc->ns_tag = NULL;
332 struct kernfs_fs_context *kfc = fc->fs_private;
341 info->root = kfc->root;
342 info->ns = kfc->ns_tag;
352 struct kernfs_root *root = kfc->root;
354 kfc->new_sb_created = true;
356 error = kernfs_fill_super(sb, kfc);
376 /* Note that we don't deal with kfc->ns_tag here. */