/kernel/linux/linux-5.10/tools/testing/selftests/gpio/ |
H A D | gpio-mockup.sh | 45 echo $msg sysfs is not mounted >&2 52 echo $msg debugfs is not mounted >&2
|
/kernel/linux/linux-5.10/tools/testing/selftests/cpu-hotplug/ |
H A D | cpu-on-off-test.sh | 22 echo $msg sysfs is not mounted >&2 248 echo $msg debugfs is not mounted >&2
|
/kernel/linux/linux-5.10/tools/testing/selftests/memory-hotplug/ |
H A D | mem-on-off-test.sh | 21 echo $msg sysfs is not mounted >&2 241 echo $msg debugfs is not mounted >&2
|
/kernel/linux/linux-6.6/tools/testing/selftests/memory-hotplug/ |
H A D | mem-on-off-test.sh | 21 echo $msg sysfs is not mounted >&2 253 echo $msg debugfs is not mounted >&2
|
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/ |
H A D | main.sh | 52 echo $msg sysfs is not mounted >&2
|
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/ |
H A D | main.sh | 52 echo $msg sysfs is not mounted >&2
|
/kernel/linux/linux-5.10/tools/testing/selftests/efivarfs/ |
H A D | efivarfs.sh | 26 echo $msg efivarfs is not mounted on $efivarfs_mount >&2
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | u_fs.h | 46 bool mounted; member 223 * Device name, write once when file system is mounted. 267 * mounted. 271 /* File permissions, written once when fs is mounted */
|
H A D | u_generic.h | 93 bool mounted; member 318 * mounted. 322 /* File permissions, written once when fs is mounted */
|
H A D | f_fs.c | 3755 } else if (ffs_dev->mounted) { in ffs_acquire_dev() 3761 ffs_dev->mounted = true; in ffs_acquire_dev() 3775 if (ffs_dev && ffs_dev->mounted) { in ffs_release_dev() 3776 ffs_dev->mounted = false; in ffs_release_dev()
|
H A D | f_generic.c | 3649 else if (ffs_dev->mounted) in ffs_acquire_dev() 3655 ffs_dev->mounted = true; in ffs_acquire_dev() 3670 ffs_dev->mounted = false; in ffs_release_dev()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | u_fs.h | 44 bool mounted; member 221 * Device name, write once when file system is mounted. 265 * mounted. 269 /* File permissions, written once when fs is mounted */
|
H A D | u_generic.h | 93 bool mounted; member 318 * mounted. 322 /* File permissions, written once when fs is mounted */
|
H A D | f_fs.c | 3673 } else if (ffs_dev->mounted) { in ffs_acquire_dev() 3679 ffs_dev->mounted = true; in ffs_acquire_dev() 3692 if (ffs_dev && ffs_dev->mounted) { in ffs_release_dev() 3693 ffs_dev->mounted = false; in ffs_release_dev()
|
H A D | f_generic.c | 3651 else if (ffs_dev->mounted) in ffs_acquire_dev() 3657 ffs_dev->mounted = true; in ffs_acquire_dev() 3672 ffs_dev->mounted = false; in ffs_release_dev()
|
/kernel/linux/linux-6.6/tools/testing/selftests/efivarfs/ |
H A D | efivarfs.sh | 26 echo $msg efivarfs is not mounted on $efivarfs_mount >&2
|
/kernel/linux/linux-5.10/tools/testing/fault-injection/ |
H A D | failcmd.sh | 75 echo debugfs is not mounted >&2
|
/kernel/linux/linux-6.6/tools/testing/fault-injection/ |
H A D | failcmd.sh | 75 echo debugfs is not mounted >&2
|
/kernel/linux/linux-6.6/tools/testing/selftests/cpu-hotplug/ |
H A D | cpu-on-off-test.sh | 23 echo $msg sysfs is not mounted >&2
|
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/ |
H A D | run.sh | 292 echo $msg sysfs is not mounted >&2
|
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 1202 * mounted directory. Also, autofs may mark negative dentries in follow_automount() 1240 if (flags & DCACHE_MOUNTED) { // something's mounted on it.. in __traverse_mounts() 1241 struct vfsmount *mounted = lookup_mnt(path); in __traverse_mounts() local 1242 if (mounted) { // ... in our namespace in __traverse_mounts() 1246 path->mnt = mounted; in __traverse_mounts() 1247 path->dentry = dget(mounted->mnt_root); in __traverse_mounts() 1293 struct vfsmount *mounted; in follow_down_one() local 1295 mounted = lookup_mnt(path); in follow_down_one() 1296 if (mounted) { in follow_down_one() 1299 path->mnt = mounted; in follow_down_one() 1353 struct mount *mounted = __lookup_mnt(path->mnt, dentry); __follow_mount_rcu() local [all...] |
H A D | dcache.c | 1397 unsigned int mounted; member 1408 info->mounted = 1; in path_check_mount() 1424 struct check_mount data = { .mnt = parent->mnt, .mounted = 0 }; in path_has_submounts() 1430 return data.mounted; in path_has_submounts()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 1358 * mounted directory. Also, autofs may mark negative dentries in follow_automount() 1396 if (flags & DCACHE_MOUNTED) { // something's mounted on it.. in __traverse_mounts() 1397 struct vfsmount *mounted = lookup_mnt(path); in __traverse_mounts() local 1398 if (mounted) { // ... in our namespace in __traverse_mounts() 1402 path->mnt = mounted; in __traverse_mounts() 1403 path->dentry = dget(mounted->mnt_root); in __traverse_mounts() 1449 struct vfsmount *mounted; in follow_down_one() local 1451 mounted = lookup_mnt(path); in follow_down_one() 1452 if (mounted) { in follow_down_one() 1455 path->mnt = mounted; in follow_down_one() 1508 struct mount *mounted = __lookup_mnt(path->mnt, dentry); __follow_mount_rcu() local [all...] |
H A D | dcache.c | 1457 unsigned int mounted; member 1468 info->mounted = 1; in path_check_mount() 1484 struct check_mount data = { .mnt = parent->mnt, .mounted = 0 }; in path_has_submounts() 1490 return data.mounted; in path_has_submounts()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 183 Could not find ${init_script_dir} in the mounted image.
|