Lines Matching refs:kfc
239 static int kernfs_fill_super(struct super_block *sb, struct kernfs_fs_context *kfc) in kernfs_fill_super() argument
242 struct kernfs_root *kf_root = kfc->root; in kernfs_fill_super()
251 sb->s_magic = kfc->magic; in kernfs_fill_super()
291 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_set_super() local
293 kfc->ns_tag = NULL; in kernfs_set_super()
323 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_get_tree() local
332 info->root = kfc->root; in kernfs_get_tree()
333 info->ns = kfc->ns_tag; in kernfs_get_tree()
343 struct kernfs_root *root = kfc->root; in kernfs_get_tree()
345 kfc->new_sb_created = true; in kernfs_get_tree()
347 error = kernfs_fill_super(sb, kfc); in kernfs_get_tree()