Searched refs:path_name (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/interconnect/ |
A D | trace.h | 25 __string(path_name, p->name) 35 __assign_str(path_name, p->name); 45 __get_str(path_name), 61 __string(path_name, p->name) 67 __assign_str(path_name, p->name); 73 __get_str(path_name),
|
/linux-6.3-rc2/tools/hv/ |
A D | hv_fcopy_daemon.c | 34 p = (char *)smsg->path_name; in hv_start_fcopy() 36 (char *)smsg->path_name, (char *)smsg->file_name); in hv_start_fcopy() 49 if (access((char *)smsg->path_name, F_OK)) { in hv_start_fcopy() 51 if (mkdir((char *)smsg->path_name, 0755)) { in hv_start_fcopy() 53 (char *)smsg->path_name); in hv_start_fcopy() 58 (char *)smsg->path_name); in hv_start_fcopy()
|
/linux-6.3-rc2/fs/cifs/ |
A D | dfs_cache.c | 359 ref->ref_flag, ref->path_name, ref->node_name, in dump_refs() 517 ce->path = refs[0].path_name; in alloc_cache_entry() 518 refs[0].path_name = NULL; in alloc_cache_entry() 577 rc = cache_entry_hash(refs[0].path_name, strlen(refs[0].path_name), &hash); in add_cache_entry_locked() 763 convert_delimiter(ref[i].path_name, '\\'); in get_dfs_referral() 861 ref->path_name = kstrdup(path, GFP_ATOMIC); in setup_referral() 862 if (!ref->path_name) in setup_referral() 880 kfree(ref->path_name); in setup_referral() 881 ref->path_name = NULL; in setup_referral()
|
A D | cifsglob.h | 1735 char *path_name; member 1760 kfree(param->path_name); in free_dfs_info_param() 1773 kfree(param[i].path_name); in free_dfs_info_array()
|
A D | misc.c | 908 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals() 910 if (!node->path_name) { in parse_dfs_referrals()
|
/linux-6.3-rc2/drivers/hv/ |
A D | hv_fcopy.c | 155 utf16s_to_utf8s((wchar_t *)smsg_in->path_name, W_MAX_PATH, in fcopy_send_data() 157 (__u8 *)&smsg_out->path_name, W_MAX_PATH - 1); in fcopy_send_data()
|
/linux-6.3-rc2/security/apparmor/ |
A D | file.c | 144 static int path_name(const char *op, struct aa_label *label, in path_name() function 241 error = path_name(op, &profile->label, path, in profile_path_perm() 318 error = path_name(OP_LINK, &profile->label, link, profile->path_flags, in profile_path_link() 324 error = path_name(OP_LINK, &profile->label, target, profile->path_flags, in profile_path_link()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | hyperv.h | 143 __u16 path_name[W_MAX_PATH]; member
|
/linux-6.3-rc2/include/video/ |
A D | mmp_disp.h | 316 const char *path_name; member
|
/linux-6.3-rc2/tools/perf/scripts/python/ |
A D | export-to-postgresql.py | 739 path_name = output_dir_name + "/" + file_name 740 file = open(path_name, "wb+")
|
/linux-6.3-rc2/drivers/video/fbdev/mmp/fb/ |
A D | mmpfb.c | 567 fbi->path = mmp_get_path(mi->path_name); in mmpfb_probe() 569 dev_err(&pdev->dev, "can't get the path %s\n", mi->path_name); in mmpfb_probe()
|
Completed in 27 milliseconds