| /linux/drivers/interconnect/ |
| H A D | trace.h | 25 __string(path_name, p->name) 35 __assign_str(path_name); 45 __get_str(path_name), 61 __string(path_name, p->name) 67 __assign_str(path_name); 73 __get_str(path_name),
|
| /linux/tools/hv/ |
| H A D | hv_fcopy_uio_daemon.c | 114 static int hv_fcopy_create_file(char *file_name, char *path_name, __u32 flags) in hv_fcopy_create_file() argument 120 p = path_name; in hv_fcopy_create_file() 122 path_name, file_name) >= sizeof(target_fname)) { in hv_fcopy_create_file() 123 syslog(LOG_ERR, "target file name is too long: %s/%s", path_name, file_name); in hv_fcopy_create_file() 137 if (access(path_name, F_OK)) { in hv_fcopy_create_file() 139 if (mkdir(path_name, 0755)) { in hv_fcopy_create_file() 141 path_name); in hv_fcopy_create_file() 145 syslog(LOG_ERR, "Invalid path: %s", path_name); in hv_fcopy_create_file() 348 char file_name[W_MAX_PATH], path_name[W_MAX_PATH]; in hv_fcopy_start() local 352 wcstoutf8(path_name, smsg_in->path_name, W_MAX_PATH - 1); in hv_fcopy_start() [all …]
|
| /linux/fs/smb/client/ |
| H A D | dfs_cache.c | 269 ref->ref_flag, ref->path_name, ref->node_name, in dump_refs() 430 ce->path = refs[0].path_name; in alloc_cache_entry() 431 refs[0].path_name = NULL; in alloc_cache_entry() 488 rc = cache_entry_hash(refs[0].path_name, strlen(refs[0].path_name), &hash); in add_cache_entry_locked() 665 convert_delimiter(ref[i].path_name, '\\'); in get_dfs_referral() 763 ref->path_name = kstrdup(path, GFP_ATOMIC); in setup_referral() 764 if (!ref->path_name) in setup_referral() 782 kfree(ref->path_name); in setup_referral() 783 ref->path_name = NULL; in setup_referral()
|
| H A D | misc.c | 757 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals() 759 if (!node->path_name) { in parse_dfs_referrals()
|
| H A D | cifsglob.h | 1803 char *path_name; member 1829 kfree(param->path_name); in __free_dfs_info_param() 1855 kfree(param[i].path_name); in free_dfs_info_array()
|
| /linux/fs/btrfs/ |
| H A D | ctree.h | 85 #define BTRFS_PATH_AUTO_FREE(path_name) \ argument 86 struct btrfs_path *path_name __free(btrfs_free_path) = NULL 93 #define BTRFS_PATH_AUTO_RELEASE(path_name) \ argument 94 struct btrfs_path path_name __free(btrfs_release_path) = { 0 }
|
| /linux/security/apparmor/ |
| H A D | file.c | 149 static int path_name(const char *op, const struct cred *subj_cred, in path_name() function 259 error = path_name(op, subj_cred, &profile->label, path, in profile_path_perm() 338 error = path_name(OP_LINK, subj_cred, &profile->label, link, in profile_path_link() 345 error = path_name(OP_LINK, subj_cred, &profile->label, target, in profile_path_link()
|
| /linux/include/uapi/linux/ |
| H A D | hyperv.h | 143 __u16 path_name[W_MAX_PATH]; member
|
| /linux/include/video/ |
| H A D | mmp_disp.h | 316 const char *path_name; member
|
| /linux/tools/perf/scripts/python/ |
| H A D | export-to-postgresql.py | 739 path_name = output_dir_name + "/" + file_name 740 file = open(path_name, "wb+")
|
| /linux/drivers/video/fbdev/mmp/fb/ |
| H A D | mmpfb.c | 564 fbi->path = mmp_get_path(mi->path_name); in mmpfb_probe() 566 dev_err(&pdev->dev, "can't get the path %s\n", mi->path_name); in mmpfb_probe()
|