Searched refs:path_name (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/interconnect/
H A Dtrace.h25 __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-master/tools/hv/
H A Dhv_fcopy_uio_daemon.c60 static int hv_fcopy_create_file(char *file_name, char *path_name, __u32 flags) argument
66 p = path_name;
68 path_name, file_name);
80 if (access(path_name, F_OK)) {
82 if (mkdir(path_name, 0755)) {
84 path_name);
88 syslog(LOG_ERR, "Invalid path: %s", path_name);
289 char *file_name, *path_name; local
291 char *in_path_name = (char *)smsg_in->path_name;
297 path_name
[all...]
/linux-master/fs/smb/client/
H A Ddfs_cache.c264 "path_name: %s\n"
268 ref->ref_flag, ref->path_name, ref->node_name,
429 ce->path = refs[0].path_name;
430 refs[0].path_name = NULL;
490 rc = cache_entry_hash(refs[0].path_name, strlen(refs[0].path_name), &hash);
667 convert_delimiter(ref[i].path_name, '\\');
765 ref->path_name = kstrdup(path, GFP_ATOMIC);
766 if (!ref->path_name)
784 kfree(ref->path_name);
[all...]
H A Dmisc.c967 node->path_name = cifs_strndup_from_utf16(temp, max_len,
969 if (!node->path_name) {
H A Dcifsglob.h1774 char *path_name; member in struct:dfs_info3_param
1795 kfree(param->path_name);
1821 kfree(param[i].path_name);
/linux-master/include/uapi/linux/
H A Dhyperv.h143 __u16 path_name[W_MAX_PATH]; member in struct:hv_start_fcopy
/linux-master/security/apparmor/
H A Dfile.c160 static int path_name(const char *op, const struct cred *subj_cred, function
261 error = path_name(op, subj_cred, &profile->label, path,
341 error = path_name(OP_LINK, subj_cred, &profile->label, link,
348 error = path_name(OP_LINK, subj_cred, &profile->label, target,
/linux-master/include/video/
H A Dmmp_disp.h316 const char *path_name; member in struct:mmp_buffer_driver_mach_info
/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py739 path_name = output_dir_name + "/" + file_name
740 file = open(path_name, "wb+")
/linux-master/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c565 fbi->path = mmp_get_path(mi->path_name);
567 dev_err(&pdev->dev, "can't get the path %s\n", mi->path_name);

Completed in 315 milliseconds