Lines Matching refs:kfc
236 static int kernfs_fill_super(struct super_block *sb, struct kernfs_fs_context *kfc)
247 sb->s_magic = kfc->magic;
287 struct kernfs_fs_context *kfc = fc->fs_private;
289 kfc->ns_tag = NULL;
317 struct kernfs_fs_context *kfc = fc->fs_private;
326 info->root = kfc->root;
327 info->ns = kfc->ns_tag;
338 kfc->new_sb_created = true;
340 error = kernfs_fill_super(sb, kfc);
358 /* Note that we don't deal with kfc->ns_tag here. */