Home
last modified time | relevance | path

Searched refs:mount (Results 376 - 400 of 1092) sorted by relevance

1...<<11121314151617181920>>...44

/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
H A Dmain.sh49 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_cgrp2_sock.sh81 mount -t cgroup2 none ${CGRP_MNT}
H A Dtest_cgrp2_sock2.sh19 mount -t cgroup2 none /tmp/cgroupv2
/kernel/linux/linux-5.10/fs/
H A Dfs_pin.c6 #include "mount.h"
71 void mnt_pin_kill(struct mount *m) in mnt_pin_kill()
/kernel/linux/linux-5.10/fs/cachefiles/
H A Dmain.c17 #include <linux/mount.h>
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
H A Diterators.c12 #include <sys/mount.h>
/kernel/linux/linux-5.10/fs/sysfs/
H A Dmount.c14 #include <linux/mount.h>
/kernel/linux/linux-6.6/fs/
H A Dfs_pin.c6 #include "mount.h"
71 void mnt_pin_kill(struct mount *m) in mnt_pin_kill()
/kernel/linux/linux-6.6/fs/sysfs/
H A Dmount.c14 #include <linux/mount.h>
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dns_current_pid_tgid.c13 #include <sys/mount.h>
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Dhelpers.h52 #define RESOLVE_NO_XDEV 0x01 /* Block mount-point crossings
81 #define E_mount(...) E_func(mount, __VA_ARGS__)
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/
H A Dmain.sh49 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/fat/
H A Drun_fat_tests.sh38 sudo mount -o loop "${IMG_PATH}" "${MNT_PATH}"
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H A Dpidfd.h15 #include <sys/mount.h>
/kernel/liteos_a/fs/patchfs/
H A Dlos_patchfs.c34 #include "sys/mount.h"
81 ret = mount(devName, PATCHFS_MOUNT_POINT, partInfo.fsType, MS_RDONLY, NULL); in OsMountPatchFs()
84 PRINT_ERR("Failed to mount %s, errno %d: %s\n", partInfo.partName, err, strerror(err)); in OsMountPatchFs()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_cgrp2_sock.sh83 mount -t cgroup2 none ${CGRP_MNT}
/third_party/NuttX/drivers/bch/
H A Dbchlib_setup.c25 #include <sys/mount.h>
/third_party/ltp/lib/newlib_tests/
H A Dtst_device.c9 #include <sys/mount.h>
/third_party/ltp/testcases/commands/unshare/
H A Dunshare01.sh15 # 5) If we run with "--mount", mount and unmount events do not propagate to
16 # its parent mount namespace.
17 # 6) If we run with "--mount --propagation shared", mount and unmount events
18 # propagate to its parent mount namespace.
19 # 7) If we run with "--user --map-root-user --mount", mount and unmount events
20 # do not propagate to its parent mount namespace.
21 # 8) Even if we run with "--user --map-root-user --mount
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H A Dparameters.sh85 # Create /dev/cpuctl & mount the cgroup file system with cpu controller
98 mount -t cgroup -ocpu cgroup /dev/cpuctl 2> /dev/null
101 echo "ERROR: Could not mount cgroup filesystem on /dev/cpuctl..Exiting test";
/third_party/ltp/testcases/kernel/containers/userns/
H A Duserns08.c24 #include <sys/mount.h>
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap08.c24 #include <sys/mount.h>
H A Dhugemmap07.c18 #include <sys/mount.h>
H A Dhugemmap13.c20 #include <sys/mount.h>
/third_party/ltp/testcases/kernel/syscalls/access/
H A Daccess04.c31 #include <sys/mount.h>

Completed in 7 milliseconds

1...<<11121314151617181920>>...44