Searched refs:path_name (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/tools/hv/ |
D | hv_fcopy_daemon.c | 46 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/ |
D | hv_fcopy.c | 150 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/ |
D | hyperv.h | 131 __u16 path_name[W_MAX_PATH]; member
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 494 path_name = output_dir_name + "/" + file_name 495 file = open(path_name, "w+")
|
/linux-4.4.14/arch/arm/mach-mmp/ |
D | ttc_dkb.c | 214 .path_name = "mmp-parallel",
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | dsp_defs.h | 55 extern OsFileHandle *OsOpenFile(char *path_name);
|
/linux-4.4.14/include/video/ |
D | mmp_disp.h | 329 const char *path_name; member
|
/linux-4.4.14/fs/cifs/ |
D | cifsglob.h | 1360 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()
|
D | cifs_dfs_ref.c | 267 cifs_dbg(FYI, "DFS: ref path: %s\n", ref->path_name); in dump_referral()
|
D | cifssmb.c | 4864 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/ |
D | mmpfb.c | 583 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/ |
D | pnfs.txt | 78 The path_name of the script to use is by default:
|
/linux-4.4.14/fs/btrfs/ |
D | volumes.c | 1637 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()
|