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

/linux-master/tools/testing/selftests/cpufreq/
H A Dmain.sh52 echo $msg sysfs is not mounted >&2
/linux-master/tools/testing/selftests/efivarfs/
H A Defivarfs.sh26 echo $msg efivarfs is not mounted on $efivarfs_mount >&2
/linux-master/drivers/usb/gadget/function/
H A Du_fs.h44 bool mounted; member in struct:ffs_dev
221 * Device name, write once when file system is mounted.
265 * mounted.
269 /* File permissions, written once when fs is mounted */
H A Df_fs.c4168 } else if (ffs_dev->mounted) {
4174 ffs_dev->mounted = true;
4187 if (ffs_dev && ffs_dev->mounted) {
4188 ffs_dev->mounted = false;
/linux-master/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
/linux-master/tools/testing/selftests/cpu-hotplug/
H A Dcpu-on-off-test.sh23 echo $msg sysfs is not mounted >&2
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh75 echo debugfs is not mounted >&2
/linux-master/tools/testing/selftests/amd-pstate/
H A Drun.sh301 echo $msg sysfs is not mounted >&2
/linux-master/fs/
H A Dnamei.c1356 * mounted directory. Also, autofs may mark negative dentries
1394 if (flags & DCACHE_MOUNTED) { // something's mounted on it..
1395 struct vfsmount *mounted = lookup_mnt(path); local
1396 if (mounted) { // ... in our namespace
1400 path->mnt = mounted;
1401 path->dentry = dget(mounted->mnt_root);
1447 struct vfsmount *mounted; local
1449 mounted = lookup_mnt(path);
1450 if (mounted) {
1453 path->mnt = mounted;
1506 struct mount *mounted = __lookup_mnt(path->mnt, dentry); local
[all...]
H A Ddcache.c1324 unsigned int mounted; member in struct:check_mount
1335 info->mounted = 1;
1351 struct check_mount data = { .mnt = parent->mnt, .mounted = 0 };
1357 return data.mounted;
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh185 Could not find ${init_script_dir} in the mounted image.

Completed in 195 milliseconds