Home
last modified time | relevance | path

Searched refs:configfs_mount (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/configfs/
Dmount.c25 static struct vfsmount *configfs_mount = NULL; variable
124 int err = simple_pin_fs(&configfs_fs_type, &configfs_mount, in configfs_pin_fs()
126 return err ? ERR_PTR(err) : configfs_mount->mnt_root; in configfs_pin_fs()
131 simple_release_fs(&configfs_mount, &configfs_mnt_count); in configfs_release_fs()