configfs_mount     27 fs/configfs/mount.c static struct vfsmount *configfs_mount = NULL;
configfs_mount    126 fs/configfs/mount.c 	int err = simple_pin_fs(&configfs_fs_type, &configfs_mount,
configfs_mount    128 fs/configfs/mount.c 	return err ? ERR_PTR(err) : configfs_mount->mnt_root;
configfs_mount    133 fs/configfs/mount.c 	simple_release_fs(&configfs_mount, &configfs_mnt_count);