/linux/samples/bpf/ |
A D | do_hbm_test.sh | 76 dir_name="out" 122 dir_name="out" 223 rm -f hbm.[0-9]*.$dir_name 315 if [ -e hbm.$id.$dir_name ] ; then 316 cat hbm.$id.$dir_name 354 if [ -e hbm.$id.$dir_name ] ; then 355 cat hbm.$id.$dir_name 380 if [ -e hbm.$id.$dir_name ] ; then 381 cat hbm.$id.$dir_name
|
/linux/drivers/media/usb/uvc/ |
A D | uvc_debugfs.c | 76 char dir_name[33]; in uvc_debugfs_init_stream() local 81 snprintf(dir_name, sizeof(dir_name), "%u-%u-%u", udev->bus->busnum, in uvc_debugfs_init_stream() 84 stream->debugfs_dir = debugfs_create_dir(dir_name, in uvc_debugfs_init_stream()
|
/linux/tools/perf/util/ |
A D | build-id.c | 590 char *dir_name; in build_id_cache__list_build_ids() local 594 if (!dir_name) in build_id_cache__list_build_ids() 600 free(dir_name); in build_id_cache__list_build_ids() 686 if (!dir_name) in build_id_cache__add() 690 if (is_regular_file(dir_name)) in build_id_cache__add() 691 if (unlink(dir_name)) in build_id_cache__add() 694 if (mkdir_p(dir_name, 0755)) in build_id_cache__add() 698 if (asprintf(&filename, "%s/%s", dir_name, in build_id_cache__add() 727 if (asprintf(&filename, "%s/%s", dir_name, in build_id_cache__add() 754 tmp = dir_name + strlen(buildid_dir) - 5; in build_id_cache__add() [all …]
|
A D | probe-file.c | 455 char *dir_name = NULL; in probe_cache__open() local 463 dir_name = build_id_cache__linkname(sbuildid, NULL, 0); in probe_cache__open() 492 dir_name = build_id_cache__cachedir(sbuildid, target, nsi, is_kallsyms, in probe_cache__open() 495 if (!dir_name) { in probe_cache__open() 500 snprintf(cpath, PATH_MAX, "%s/probes", dir_name); in probe_cache__open() 504 free(dir_name); in probe_cache__open()
|
A D | machine.c | 1402 static int maps__set_modules_path_dir(struct maps *maps, const char *dir_name, int depth) in maps__set_modules_path_dir() argument 1405 DIR *dir = opendir(dir_name); in maps__set_modules_path_dir() 1409 pr_debug("%s: cannot open %s dir\n", __func__, dir_name); in maps__set_modules_path_dir() 1418 snprintf(path, sizeof(path), "%s/%s", dir_name, dent->d_name); in maps__set_modules_path_dir()
|
/linux/sound/soc/tegra/ |
A D | tegra210_admaif.c | 349 char *dir_name; in tegra_admaif_stop() local 356 dir_name = "TX"; in tegra_admaif_stop() 364 dir_name = "RX"; in tegra_admaif_stop() 381 dai->id + 1, dir_name); in tegra_admaif_stop() 392 dai->id + 1, dir_name); in tegra_admaif_stop()
|
/linux/include/linux/ |
A D | init_syscalls.h | 3 int __init init_mount(const char *dev_name, const char *dir_name,
|
A D | syscalls.h | 439 asmlinkage long sys_mount(char __user *dev_name, char __user *dir_name,
|
/linux/drivers/thunderbolt/ |
A D | debugfs.c | 675 char dir_name[10]; in tb_switch_debugfs_init() local 682 snprintf(dir_name, sizeof(dir_name), "port%d", port->port); in tb_switch_debugfs_init() 683 debugfs_dir = debugfs_create_dir(dir_name, sw->debugfs_dir); in tb_switch_debugfs_init()
|
/linux/drivers/block/rnbd/ |
A D | rnbd-srv.h | 73 const char *dir_name);
|
/linux/fs/ |
A D | init.c | 16 int __init init_mount(const char *dev_name, const char *dir_name, in init_mount() argument 22 ret = kern_path(dir_name, LOOKUP_FOLLOW, &path); in init_mount()
|
A D | namespace.c | 3322 long do_mount(const char *dev_name, const char __user *dir_name, in do_mount() argument 3328 ret = user_path_at(AT_FDCWD, dir_name, LOOKUP_FOLLOW, &path); in do_mount() 3516 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument 3539 ret = do_mount(kernel_dev, dir_name, kernel_type, flags, options); in SYSCALL_DEFINE5()
|
/linux/security/tomoyo/ |
A D | file.c | 969 tomoyo_same_name_union(&p1->dir_name, &p2->dir_name) && in tomoyo_same_mount_acl() 989 !tomoyo_parse_name_union(param, &e.dir_name) || in tomoyo_update_mount_acl() 997 tomoyo_put_name_union(&e.dir_name); in tomoyo_update_mount_acl()
|
A D | mount.c | 58 &acl->dir_name) && in tomoyo_check_mount_acl()
|
A D | gc.c | 201 tomoyo_put_name_union(&entry->dir_name); in tomoyo_del_acl()
|
A D | common.h | 751 struct tomoyo_name_union dir_name; member
|
A D | common.c | 1562 tomoyo_print_name_union(head, &ptr->dir_name); in tomoyo_print_entry()
|
/linux/include/linux/sunrpc/ |
A D | rpc_pipe_fs.h | 85 const unsigned char *dir_name);
|
/linux/virt/kvm/ |
A D | kvm_main.c | 936 char dir_name[ITOA_MAX_LEN * 2]; in kvm_create_vm_debugfs() local 946 snprintf(dir_name, sizeof(dir_name), "%d-%d", task_pid_nr(current), fd); in kvm_create_vm_debugfs() 948 dent = debugfs_lookup(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs() 950 pr_warn_ratelimited("KVM: debugfs: duplicate directory %s\n", dir_name); in kvm_create_vm_debugfs() 955 dent = debugfs_create_dir(dir_name, kvm_debugfs_dir); in kvm_create_vm_debugfs() 3516 char dir_name[ITOA_MAX_LEN * 2]; in kvm_create_vcpu_debugfs() local 3521 snprintf(dir_name, sizeof(dir_name), "vcpu%d", vcpu->vcpu_id); in kvm_create_vcpu_debugfs() 3522 debugfs_dentry = debugfs_create_dir(dir_name, in kvm_create_vcpu_debugfs()
|
/linux/block/ |
A D | blk-mq-debugfs.c | 844 const char *dir_name = rq_qos_id_to_name(rqos->id); in blk_mq_debugfs_register_rqos() local 853 rqos->debugfs_dir = debugfs_create_dir(dir_name, in blk_mq_debugfs_register_rqos()
|
/linux/net/sunrpc/ |
A D | rpc_pipe.c | 1192 const unsigned char *dir_name) in rpc_d_lookup_sb() argument 1194 struct qstr dir = QSTR_INIT(dir_name, strlen(dir_name)); in rpc_d_lookup_sb()
|
A D | clnt.c | 122 const char *dir_name = clnt->cl_program->pipe_dir_name; in rpc_setup_pipedir_sb() local 126 dir = rpc_d_lookup_sb(sb, dir_name); in rpc_setup_pipedir_sb() 128 pr_info("RPC: pipefs directory doesn't exist: %s\n", dir_name); in rpc_setup_pipedir_sb() 141 dir_name, name, PTR_ERR(dentry)); in rpc_setup_pipedir_sb()
|
/linux/tools/perf/ |
A D | builtin-script.c | 3247 static int check_ev_match(char *dir_name, char *scriptname, in check_ev_match() argument 3256 scnprintf(filename, MAXPATHLEN, "%s/bin/%s-record", dir_name, scriptname); in check_ev_match()
|