Home
last modified time | relevance | path

Searched refs:path_name (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/tools/hv/
Dhv_fcopy_daemon.c46 p = (char *)smsg->path_name; in hv_start_fcopy()
48 (char *)smsg->path_name, (char *)smsg->file_name); in hv_start_fcopy()
61 if (access((char *)smsg->path_name, F_OK)) { in hv_start_fcopy()
63 if (mkdir((char *)smsg->path_name, 0755)) { in hv_start_fcopy()
65 (char *)smsg->path_name); in hv_start_fcopy()
70 (char *)smsg->path_name); in hv_start_fcopy()
/linux-4.4.14/drivers/hv/
Dhv_fcopy.c150 utf16s_to_utf8s((wchar_t *)smsg_in->path_name, W_MAX_PATH, in fcopy_send_data()
152 (__u8 *)&smsg_out->path_name, W_MAX_PATH - 1); in fcopy_send_data()
/linux-4.4.14/include/uapi/linux/
Dhyperv.h131 __u16 path_name[W_MAX_PATH]; member
/linux-4.4.14/tools/perf/scripts/python/
Dexport-to-postgresql.py494 path_name = output_dir_name + "/" + file_name
495 file = open(path_name, "w+")
/linux-4.4.14/arch/arm/mach-mmp/
Dttc_dkb.c214 .path_name = "mmp-parallel",
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddsp_defs.h55 extern OsFileHandle *OsOpenFile(char *path_name);
/linux-4.4.14/include/video/
Dmmp_disp.h329 const char *path_name; member
/linux-4.4.14/fs/cifs/
Dcifsglob.h1360 char *path_name; member
1396 kfree(param->path_name); in free_dfs_info_param()
1409 kfree(param[i].path_name); in free_dfs_info_array()
Dcifs_dfs_ref.c267 cifs_dbg(FYI, "DFS: ref path: %s\n", ref->path_name); in dump_referral()
Dcifssmb.c4864 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_DFS_referrals()
4866 if (!node->path_name) { in parse_DFS_referrals()
/linux-4.4.14/drivers/video/fbdev/mmp/fb/
Dmmpfb.c583 fbi->path = mmp_get_path(mi->path_name); in mmpfb_probe()
585 dev_err(&pdev->dev, "can't get the path %s\n", mi->path_name); in mmpfb_probe()
/linux-4.4.14/Documentation/filesystems/nfs/
Dpnfs.txt78 The path_name of the script to use is by default:
/linux-4.4.14/fs/btrfs/
Dvolumes.c1637 static void update_dev_time(char *path_name) in update_dev_time() argument
1641 filp = filp_open(path_name, O_RDWR, 0); in update_dev_time()