Home
last modified time | relevance | path

Searched refs:mnt_fd (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c118 int mnt_fd, err; in materialize_bpffs_fd() local
140 mnt_fd = sys_fsmount(fs_fd, 0, 0); in materialize_bpffs_fd()
144 return mnt_fd; in materialize_bpffs_fd()
341 err = recvfd(sock_fd, &mnt_fd); in child()
375 bpffs_fd = openat(mnt_fd, ".", 0, O_RDWR); in child()
400 zclose(mnt_fd); in child()
446 err = sendfd(sock_fd, mnt_fd); in parent()
449 zclose(mnt_fd); in parent()
462 zclose(mnt_fd); in parent()
506 token_fd = bpf_token_create(mnt_fd, NULL); in userns_map_create()
[all …]
H A Dbpf_obj_pinning.c40 int fs_fd = -1, mnt_fd = -1; in bpf_obj_pinning_detached() local
60 mnt_fd = sys_fsmount(fs_fd, 0, 0); in bpf_obj_pinning_detached()
61 if (!ASSERT_GE(mnt_fd, 0, "mnt_fd")) in bpf_obj_pinning_detached()
81 pin_opts.path_fd = mnt_fd; in bpf_obj_pinning_detached()
88 get_opts.path_fd = mnt_fd; in bpf_obj_pinning_detached()
112 if (mnt_fd >= 0) in bpf_obj_pinning_detached()
113 ASSERT_OK(close(mnt_fd), "close_mnt_fd"); in bpf_obj_pinning_detached()