Home
last modified time | relevance | path

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

/linux-6.12.1/tools/hv/
Dhv_fcopy_uio_daemon.c60 static int hv_fcopy_create_file(char *file_name, char *path_name, __u32 flags) in hv_fcopy_create_file() argument
66 p = path_name; in hv_fcopy_create_file()
68 path_name, file_name); in hv_fcopy_create_file()
80 if (access(path_name, F_OK)) { in hv_fcopy_create_file()
82 if (mkdir(path_name, 0755)) { in hv_fcopy_create_file()
84 path_name); in hv_fcopy_create_file()
88 syslog(LOG_ERR, "Invalid path: %s", path_name); in hv_fcopy_create_file()
289 char *file_name, *path_name; in hv_fcopy_start() local
291 char *in_path_name = (char *)smsg_in->path_name; in hv_fcopy_start()
297 path_name = (char *)malloc(path_size * sizeof(char)); in hv_fcopy_start()
[all …]
/linux-6.12.1/drivers/interconnect/
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-6.12.1/fs/smb/client/
Ddfs_cache.c269 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()
Dcifsglob.h1755 char *path_name; member
1776 kfree(param->path_name); in __free_dfs_info_param()
1802 kfree(param[i].path_name); in free_dfs_info_array()
Dmisc.c967 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
969 if (!node->path_name) { in parse_dfs_referrals()
/linux-6.12.1/security/apparmor/
Dfile.c147 static int path_name(const char *op, const struct cred *subj_cred, in path_name() function
248 error = path_name(op, subj_cred, &profile->label, path, in profile_path_perm()
328 error = path_name(OP_LINK, subj_cred, &profile->label, link, in profile_path_link()
335 error = path_name(OP_LINK, subj_cred, &profile->label, target, in profile_path_link()
/linux-6.12.1/include/uapi/linux/
Dhyperv.h143 __u16 path_name[W_MAX_PATH]; member
/linux-6.12.1/fs/btrfs/
Dctree.h88 #define BTRFS_PATH_AUTO_FREE(path_name) \ argument
89 struct btrfs_path *path_name __free(btrfs_free_path) = NULL
/linux-6.12.1/include/video/
Dmmp_disp.h316 const char *path_name; member
/linux-6.12.1/tools/perf/scripts/python/
Dexport-to-postgresql.py739 path_name = output_dir_name + "/" + file_name
740 file = open(path_name, "wb+")
/linux-6.12.1/drivers/video/fbdev/mmp/fb/
Dmmpfb.c565 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()