Lines Matching refs:kfc
248 static int kernfs_fill_super(struct super_block *sb, struct kernfs_fs_context *kfc) in kernfs_fill_super() argument
251 struct kernfs_root *kf_root = kfc->root; in kernfs_fill_super()
260 sb->s_magic = kfc->magic; in kernfs_fill_super()
300 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_set_super() local
302 kfc->ns_tag = NULL; in kernfs_set_super()
332 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_get_tree() local
341 info->root = kfc->root; in kernfs_get_tree()
342 info->ns = kfc->ns_tag; in kernfs_get_tree()
352 struct kernfs_root *root = kfc->root; in kernfs_get_tree()
354 kfc->new_sb_created = true; in kernfs_get_tree()
356 error = kernfs_fill_super(sb, kfc); in kernfs_get_tree()