Searched refs:mnt_dir (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | mntent.h | 54 char *mnt_dir; /* Directory mounted on. */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | mntent.h | 54 char *mnt_dir; /* Directory mounted on. */ member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/ |
| H A D | fail_on_no_media.patch | 35 + bb_perror_msg_and_die("mounting %s on %s failed", mp->mnt_fsname, mp->mnt_dir);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_test.c | 299 static char *get_index_filename(const char *mnt_dir, incfs_uuid_t id) in get_index_filename() argument 305 snprintf(path, ARRAY_SIZE(path), "%s/.index/%s", mnt_dir, str_id); in get_index_filename() 310 static char *get_incomplete_filename(const char *mnt_dir, incfs_uuid_t id) in get_incomplete_filename() argument 316 snprintf(path, ARRAY_SIZE(path), "%s/.incomplete/%s", mnt_dir, str_id); in get_incomplete_filename() 321 int open_file_by_id(const char *mnt_dir, incfs_uuid_t id, bool use_ioctl) in open_file_by_id() argument 323 char *path = get_index_filename(mnt_dir, id); in open_file_by_id() 324 int cmd_fd = open_commands_file(mnt_dir); in open_file_by_id() 362 int get_file_attr(const char *mnt_dir, incfs_uuid_t id, char *value, int size) in get_file_attr() argument 364 char *path = get_index_filename(mnt_dir, id); in get_file_attr() 386 static int emit_test_blocks(const char *mnt_dir, struct test_file *file, in emit_test_blocks() argument [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | InitOutput.c | 305 BOOL root = (strcmp(ent->mnt_dir, "/") == 0); in winCheckMount() 306 BOOL tmp = (strcmp(ent->mnt_dir, "/tmp") == 0); in winCheckMount()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | cgroup.c | 310 return strdup(mnt->mnt_dir); in find_cgroup_root()
|
| H A D | common.c | 457 char *path = mntent->mnt_dir; in build_pinned_obj_table()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 1849 me.me_path = mntent->mnt_dir;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-12 | 6878 ‘char *mnt_dir’
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-12 | 6878 ‘char *mnt_dir’
|