Home
last modified time | relevance | path

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

/Linux-v5.4/tools/hv/
Dhv_fcopy_daemon.c34 p = (char *)smsg->path_name; in hv_start_fcopy()
36 (char *)smsg->path_name, (char *)smsg->file_name); in hv_start_fcopy()
49 if (access((char *)smsg->path_name, F_OK)) { in hv_start_fcopy()
51 if (mkdir((char *)smsg->path_name, 0755)) { in hv_start_fcopy()
53 (char *)smsg->path_name); in hv_start_fcopy()
58 (char *)smsg->path_name); in hv_start_fcopy()
/Linux-v5.4/drivers/hv/
Dhv_fcopy.c154 utf16s_to_utf8s((wchar_t *)smsg_in->path_name, W_MAX_PATH, in fcopy_send_data()
156 (__u8 *)&smsg_out->path_name, W_MAX_PATH - 1); in fcopy_send_data()
/Linux-v5.4/security/apparmor/
Dfile.c166 static int path_name(const char *op, struct aa_label *label, in path_name() function
304 error = path_name(op, &profile->label, path, in profile_path_perm()
377 error = path_name(OP_LINK, &profile->label, link, profile->path_flags, in profile_path_link()
383 error = path_name(OP_LINK, &profile->label, target, profile->path_flags, in profile_path_link()
/Linux-v5.4/include/uapi/linux/
Dhyperv.h132 __u16 path_name[W_MAX_PATH]; member
/Linux-v5.4/fs/cifs/
Ddfs_cache.c270 ref->ref_flag, ref->path_name, ref->node_name, in dump_refs()
735 ref->path_name = kstrndup(path, strlen(path), GFP_KERNEL); in setup_ref()
736 if (!ref->path_name) in setup_ref()
754 kfree(ref->path_name); in setup_ref()
755 ref->path_name = NULL; in setup_ref()
Dcifs_dfs_ref.c283 cifs_dbg(FYI, "DFS: ref path: %s\n", ref->path_name); in dump_referral()
Dmisc.c757 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
759 if (!node->path_name) { in parse_dfs_referrals()
Dcifsglob.h1624 char *path_name; member
1662 kfree(param->path_name); in free_dfs_info_param()
1674 kfree(param[i].path_name); in free_dfs_info_array()
/Linux-v5.4/arch/arm/mach-mmp/
Dttc_dkb.c208 .path_name = "mmp-parallel",
/Linux-v5.4/include/video/
Dmmp_disp.h316 const char *path_name; member
/Linux-v5.4/tools/perf/scripts/python/
Dexport-to-postgresql.py736 path_name = output_dir_name + "/" + file_name
737 file = open(path_name, "wb+")
/Linux-v5.4/drivers/video/fbdev/mmp/fb/
Dmmpfb.c569 fbi->path = mmp_get_path(mi->path_name); in mmpfb_probe()
571 dev_err(&pdev->dev, "can't get the path %s\n", mi->path_name); in mmpfb_probe()
/Linux-v5.4/fs/btrfs/
Dvolumes.c1941 static void update_dev_time(const char *path_name) in update_dev_time() argument
1945 filp = filp_open(path_name, O_RDWR, 0); in update_dev_time()