Symbol: path_name
drivers/interconnect/trace.h
25
__string(path_name, p->name)
drivers/interconnect/trace.h
35
__assign_str(path_name);
drivers/interconnect/trace.h
45
__get_str(path_name),
drivers/interconnect/trace.h
61
__string(path_name, p->name)
drivers/interconnect/trace.h
67
__assign_str(path_name);
drivers/interconnect/trace.h
73
__get_str(path_name),
drivers/video/fbdev/mmp/fb/mmpfb.c
564
fbi->path = mmp_get_path(mi->path_name);
drivers/video/fbdev/mmp/fb/mmpfb.c
566
dev_err(&pdev->dev, "can't get the path %s\n", mi->path_name);
fs/btrfs/ctree.h
85
#define BTRFS_PATH_AUTO_FREE(path_name) \
fs/btrfs/ctree.h
86
struct btrfs_path *path_name __free(btrfs_free_path) = NULL
fs/btrfs/ctree.h
93
#define BTRFS_PATH_AUTO_RELEASE(path_name) \
fs/btrfs/ctree.h
94
struct btrfs_path path_name __free(btrfs_release_path) = { 0 }
fs/smb/client/cifsglob.h
1803
char *path_name;
fs/smb/client/cifsglob.h
1829
kfree(param->path_name);
fs/smb/client/cifsglob.h
1855
kfree(param[i].path_name);
fs/smb/client/dfs_cache.c
269
ref->ref_flag, ref->path_name, ref->node_name,
fs/smb/client/dfs_cache.c
430
ce->path = refs[0].path_name;
fs/smb/client/dfs_cache.c
431
refs[0].path_name = NULL;
fs/smb/client/dfs_cache.c
488
rc = cache_entry_hash(refs[0].path_name, strlen(refs[0].path_name), &hash);
fs/smb/client/dfs_cache.c
665
convert_delimiter(ref[i].path_name, '\\');
fs/smb/client/dfs_cache.c
763
ref->path_name = kstrdup(path, GFP_ATOMIC);
fs/smb/client/dfs_cache.c
764
if (!ref->path_name)
fs/smb/client/dfs_cache.c
782
kfree(ref->path_name);
fs/smb/client/dfs_cache.c
783
ref->path_name = NULL;
fs/smb/client/misc.c
757
node->path_name = cifs_strndup_from_utf16(temp, max_len,
fs/smb/client/misc.c
759
if (!node->path_name) {
include/uapi/linux/hyperv.h
143
__u16 path_name[W_MAX_PATH];
include/video/mmp_disp.h
316
const char *path_name;
security/apparmor/file.c
259
error = path_name(op, subj_cred, &profile->label, path,
security/apparmor/file.c
338
error = path_name(OP_LINK, subj_cred, &profile->label, link,
security/apparmor/file.c
345
error = path_name(OP_LINK, subj_cred, &profile->label, target,
tools/hv/hv_fcopy_uio_daemon.c
114
static int hv_fcopy_create_file(char *file_name, char *path_name, __u32 flags)
tools/hv/hv_fcopy_uio_daemon.c
120
p = path_name;
tools/hv/hv_fcopy_uio_daemon.c
122
path_name, file_name) >= sizeof(target_fname)) {
tools/hv/hv_fcopy_uio_daemon.c
123
syslog(LOG_ERR, "target file name is too long: %s/%s", path_name, file_name);
tools/hv/hv_fcopy_uio_daemon.c
137
if (access(path_name, F_OK)) {
tools/hv/hv_fcopy_uio_daemon.c
139
if (mkdir(path_name, 0755)) {
tools/hv/hv_fcopy_uio_daemon.c
141
path_name);
tools/hv/hv_fcopy_uio_daemon.c
145
syslog(LOG_ERR, "Invalid path: %s", path_name);
tools/hv/hv_fcopy_uio_daemon.c
348
char file_name[W_MAX_PATH], path_name[W_MAX_PATH];
tools/hv/hv_fcopy_uio_daemon.c
352
wcstoutf8(path_name, smsg_in->path_name, W_MAX_PATH - 1);
tools/hv/hv_fcopy_uio_daemon.c
354
return hv_fcopy_create_file(file_name, path_name, smsg_in->copy_flags);