Home
last modified time | relevance | path

Searched refs:mount_point (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_common.sh72 if [ -e "$mount_point/cpus" ]; then
73 ROD cat "$mount_point/cpus" \> "$path/cpus"
74 ROD cat "$mount_point/mems" \> "$path/mems"
76 ROD cat "$mount_point/cpuset.cpus" \> "$path/cpuset.cpus"
77 ROD cat "$mount_point/cpuset.mems" \> "$path/cpuset.mems"
97 mount_point=`grep -w $subsystem /proc/mounts | grep -w "cgroup" | \
100 if [ -z "$mount_point" ]; then
102 mount_point="/dev/cgroup"
103 tst_resm TINFO "Subsystem $subsystem is not mounted, mounting it at $mount_point"
104 ROD mkdir $mount_point
[all …]
Dcgroup_fj_stress.sh132 start_path="$mount_point/ltp"
Dcgroup_fj_function.sh195 start_path="$mount_point/ltp"
/third_party/ltp/testcases/kernel/controllers/cpuacct/
Dcpuacct.sh99 mount_point=`grep -w cpuacct /proc/mounts | cut -f 2 | cut -d " " -f2`
100 tst_res TINFO "cpuacct: $mount_point"
101 if [ "$mount_point" = "" ]; then
103 mount_point=/dev/cgroup
106 testpath=$mount_point/ltp_$TST_ID
109 ROD mkdir -p $mount_point
110 ROD mount -t cgroup -o cpuacct none $mount_point
135 umount $mount_point
136 rmdir $mount_point
/third_party/ltp/testcases/kernel/controllers/pids/
Dpids.sh45 umount $mount_point
46 rmdir $mount_point
52 mount_point=$(grep -w cgroup2 /proc/mounts | cut -f 2 | cut -d " " -f2)
53 if ! grep -q pids "$mount_point"/cgroup.controllers; then
58 testpath="$mount_point/ltp_pids_$caseno"
71 mount_point=`grep -w pids /proc/mounts | cut -f 2 | cut -d " " -f2`
73 if [ "$mount_point" = "" ]; then
75 mount_point=/dev/cgroup
78 testpath=$mount_point/ltp_pids_$caseno
81 ROD mkdir -p $mount_point
[all …]
/third_party/f2fs-tools/fsck/
Dsload.c80 if (asprintf(&mnt_path, "%s%s", c.mount_point, path) <= 0) { in set_selinux_xattr()
82 c.mount_point, path); in set_selinux_xattr()
112 char *mount_path = c.mount_point; in set_perms_and_caps()
118 if (strlen(c.mount_point) == 1 && c.mount_point[0] == '/') in set_perms_and_caps()
323 ERR_MSG("Failed to get android file_contexts\n", c.mount_point); in configure_files()
373 ret = set_selinux_xattr(sbi, c.mount_point, in f2fs_sload()
Dmain.c728 c.mount_point = (char *)optarg; in f2fs_parse_options()
1048 if (!c.mount_point) in do_sload()
1049 c.mount_point = "/"; in do_sload()
/third_party/rust/crates/nix/test/
Dtest_mount.rs176 let mount_point = tempfile::tempdir().unwrap(); in test_mount_bind() localVariable
180 mount_point.path(), in test_mount_bind()
191 .open(mount_point.path().join(file_name)) in test_mount_bind()
195 umount(mount_point.path()) in test_mount_bind()
/third_party/glib/patch/
Dbackport-Add-lock-in-_g_get_unix_mount_points-around-fsent-functions.patch21 GUnixMountPoint *mount_point;
56 return_list = g_list_prepend (return_list, mount_point);
Dbackport-g_get_unix_mount_points-reduce-syscalls-inside-loop.patch46 mount_point = create_unix_mount_point (fstab->fs_spec,
/third_party/f2fs-tools/include/
Df2fs_fs.h546 char *mount_point; member