Searched refs:path_name (Results 1 – 10 of 10) sorted by relevance
| /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 …]
|
| H A D | hv_fcopy_daemon.c | |
| /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 | cifsglob.h | 1780 char *path_name; member 1801 kfree(param->path_name); in __free_dfs_info_param() 1827 kfree(param[i].path_name); in free_dfs_info_array()
|
| H A D | misc.c | 1002 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals() 1004 if (!node->path_name) { in parse_dfs_referrals()
|
| /linux/security/apparmor/ |
| H A D | file.c | 148 static int path_name(const char *op, const struct cred *subj_cred, in path_name() function 254 error = path_name(op, subj_cred, &profile->label, path, in profile_path_perm() 333 error = path_name(OP_LINK, subj_cred, &profile->label, link, in profile_path_link() 340 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 | 565 fbi->path = mmp_get_path(mi->path_name); in mmpfb_probe() 567 dev_err(&pdev->dev, "can't get the path %s\n", mi->path_name); in mmpfb_probe()
|