Home
last modified time | relevance | path

Searched refs:mnt_dir (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Drun_cookie_uid_helper_example.sh5 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
/kernel/linux/linux-6.6/samples/bpf/
H A Drun_cookie_uid_helper_example.sh5 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
/kernel/linux/linux-6.6/security/landlock/
H A Dfs.c822 struct path mnt_dir; in current_check_refer_path() local
867 mnt_dir.mnt = new_dir->mnt; in current_check_refer_path()
868 mnt_dir.dentry = new_dir->mnt->mnt_root; in current_check_refer_path()
871 allow_parent1 = collect_domain_accesses(dom, mnt_dir.dentry, in current_check_refer_path()
875 dom, mnt_dir.dentry, new_dir->dentry, &layer_masks_parent2); in current_check_refer_path()
887 dom, &mnt_dir, access_request_parent1, &layer_masks_parent1, in current_check_refer_path()
/kernel/linux/linux-5.10/tools/hv/
H A Dhv_vss_daemon.c155 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()
/kernel/linux/linux-6.6/tools/hv/
H A Dhv_vss_daemon.c155 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()
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIt_stdio_hasmntopt_001.cpp63 mnt_new->mnt_dir = "/usr1"; in testcase()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dcgroup.c310 return strdup(mnt->mnt_dir); in find_cgroup_root()
H A Dcommon.c457 char *path = mntent->mnt_dir; in build_pinned_obj_table()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dcgroup.c435 return strdup(mnt->mnt_dir); in find_cgroup_root()
H A Dcommon.c534 char *path = mntent->mnt_dir; in build_pinned_obj_table()

Completed in 8 milliseconds