Lines Matching refs:kfc
237 static int kernfs_fill_super(struct super_block *sb, struct kernfs_fs_context *kfc) in kernfs_fill_super() argument
240 struct kernfs_root *kf_root = kfc->root; in kernfs_fill_super()
249 sb->s_magic = kfc->magic; in kernfs_fill_super()
289 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_set_super() local
291 kfc->ns_tag = NULL; in kernfs_set_super()
319 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_get_tree() local
328 info->root = kfc->root; in kernfs_get_tree()
329 info->ns = kfc->ns_tag; in kernfs_get_tree()
339 struct kernfs_root *root = kfc->root; in kernfs_get_tree()
341 kfc->new_sb_created = true; in kernfs_get_tree()
343 error = kernfs_fill_super(sb, kfc); in kernfs_get_tree()