Home
last modified time | relevance | path

Searched refs:mounted (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh45 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 Dcpu-on-off-test.sh22 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 Dmem-on-off-test.sh21 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 Dmem-on-off-test.sh21 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 Dmain.sh52 echo $msg sysfs is not mounted >&2
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/
H A Dmain.sh52 echo $msg sysfs is not mounted >&2
/kernel/linux/linux-5.10/tools/testing/selftests/efivarfs/
H A Defivarfs.sh26 echo $msg efivarfs is not mounted on $efivarfs_mount >&2
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_fs.h46 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 Du_generic.h93 bool mounted; member
318 * mounted.
322 /* File permissions, written once when fs is mounted */
H A Df_fs.c3755 } 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 Df_generic.c3649 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 Du_fs.h44 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 Du_generic.h93 bool mounted; member
318 * mounted.
322 /* File permissions, written once when fs is mounted */
H A Df_fs.c3673 } 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 Df_generic.c3651 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 Defivarfs.sh26 echo $msg efivarfs is not mounted on $efivarfs_mount >&2
/kernel/linux/linux-5.10/tools/testing/fault-injection/
H A Dfailcmd.sh75 echo debugfs is not mounted >&2
/kernel/linux/linux-6.6/tools/testing/fault-injection/
H A Dfailcmd.sh75 echo debugfs is not mounted >&2
/kernel/linux/linux-6.6/tools/testing/selftests/cpu-hotplug/
H A Dcpu-on-off-test.sh23 echo $msg sysfs is not mounted >&2
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/
H A Drun.sh292 echo $msg sysfs is not mounted >&2
/kernel/linux/linux-5.10/fs/
H A Dnamei.c1202 * 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 Ddcache.c1397 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 Dnamei.c1358 * 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 Ddcache.c1457 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 Dvmtest.sh183 Could not find ${init_script_dir} in the mounted image.

Completed in 38 milliseconds