Searched refs:mnt_dir (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/samples/bpf/ |
| H A D | run_cookie_uid_helper_example.sh | 5 mnt_dir=$(mktemp -d --tmp) 8 iptables -D OUTPUT -m bpf --object-pinned ${mnt_dir}/bpf_prog -j ACCEPT 9 umount ${mnt_dir} 10 rm -r ${mnt_dir} 14 mount -t bpf bpf ${mnt_dir} 15 ./per_socket_stats_example ${mnt_dir}/bpf_prog $1
|
| /linux-6.15/tools/testing/selftests/ublk/ |
| H A D | test_common.sh | 72 local mnt_dir; 74 mnt_dir=$(_create_tmp_dir) 81 mount -t ext4 "$dev" "$mnt_dir" > /dev/null 2>&1 84 _remove_tmp_dir "$mnt_dir"
|
| /linux-6.15/tools/hv/ |
| H A D | hv_vss_daemon.c | 155 if (strcmp(ent->mnt_dir, "/") == 0) { in vss_operate() 159 error |= vss_do_freeze(ent->mnt_dir, cmd); in vss_operate() 185 strncpy(errdir, ent->mnt_dir, sizeof(errdir)-1); in vss_operate()
|
| /linux-6.15/security/landlock/ |
| H A D | fs.c | 1138 struct path mnt_dir; in current_check_refer_path() local 1188 mnt_dir.mnt = new_dir->mnt; in current_check_refer_path() 1189 mnt_dir.dentry = new_dir->mnt->mnt_root; in current_check_refer_path() 1197 old_parent = (old_dentry == mnt_dir.dentry) ? old_dentry : in current_check_refer_path() 1201 allow_parent1 = collect_domain_accesses(subject->domain, mnt_dir.dentry, in current_check_refer_path() 1204 allow_parent2 = collect_domain_accesses(subject->domain, mnt_dir.dentry, in current_check_refer_path() 1218 subject->domain, &mnt_dir, access_request_parent1, in current_check_refer_path()
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | cgroup.c | 469 return strdup(mnt->mnt_dir); in find_cgroup_root()
|
| H A D | common.c | 607 char *path = mntent->mnt_dir; in build_pinned_obj_table()
|