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 D | main.sh | 49 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_cgrp2_sock.sh | 81 mount -t cgroup2 none ${CGRP_MNT}
|
H A D | test_cgrp2_sock2.sh | 19 mount -t cgroup2 none /tmp/cgroupv2
|
/kernel/linux/linux-5.10/fs/ |
H A D | fs_pin.c | 6 #include "mount.h" 71 void mnt_pin_kill(struct mount *m) in mnt_pin_kill()
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | main.c | 17 #include <linux/mount.h>
|
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/ |
H A D | iterators.c | 12 #include <sys/mount.h>
|
/kernel/linux/linux-5.10/fs/sysfs/ |
H A D | mount.c | 14 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_pin.c | 6 #include "mount.h" 71 void mnt_pin_kill(struct mount *m) in mnt_pin_kill()
|
/kernel/linux/linux-6.6/fs/sysfs/ |
H A D | mount.c | 14 #include <linux/mount.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | ns_current_pid_tgid.c | 13 #include <sys/mount.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | helpers.h | 52 #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 D | main.sh | 49 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
|
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/fat/ |
H A D | run_fat_tests.sh | 38 sudo mount -o loop "${IMG_PATH}" "${MNT_PATH}"
|
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
H A D | pidfd.h | 15 #include <sys/mount.h>
|
/kernel/liteos_a/fs/patchfs/ |
H A D | los_patchfs.c | 34 #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 D | test_cgrp2_sock.sh | 83 mount -t cgroup2 none ${CGRP_MNT}
|
/third_party/NuttX/drivers/bch/ |
H A D | bchlib_setup.c | 25 #include <sys/mount.h>
|
/third_party/ltp/lib/newlib_tests/ |
H A D | tst_device.c | 9 #include <sys/mount.h>
|
/third_party/ltp/testcases/commands/unshare/ |
H A D | unshare01.sh | 15 # 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 D | parameters.sh | 85 # 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 D | userns08.c | 24 #include <sys/mount.h>
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap08.c | 24 #include <sys/mount.h>
|
H A D | hugemmap07.c | 18 #include <sys/mount.h>
|
H A D | hugemmap13.c | 20 #include <sys/mount.h>
|
/third_party/ltp/testcases/kernel/syscalls/access/ |
H A D | access04.c | 31 #include <sys/mount.h>
|
Completed in 7 milliseconds
1...<<11121314151617181920>>...44