Searched refs:target_path (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | netpoll_basic.py | 215 target_path = f"{NETCONSOLE_CONFIGFS_PATH}/{name}" 217 if os.path.exists(target_path): 218 os.rmdir(target_path)
|
| /linux/fs/xfs/ |
| H A D | xfs_symlink.h | 11 struct xfs_name *link_name, const char *target_path,
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1278 char *target_path; in cifs_get_link() local 1283 target_path = kmalloc(PATH_MAX, GFP_KERNEL); in cifs_get_link() 1284 if (!target_path) in cifs_get_link() 1289 strscpy(target_path, CIFS_I(inode)->symlink_target, PATH_MAX); in cifs_get_link() 1291 kfree(target_path); in cifs_get_link() 1292 target_path = ERR_PTR(-EOPNOTSUPP); in cifs_get_link() 1296 if (!IS_ERR(target_path)) in cifs_get_link() 1297 set_delayed_call(done, kfree_link, target_path); in cifs_get_link() 1299 return target_path; in cifs_get_link()
|
| H A D | smb1ops.c | 1236 char **target_path) in cifs_query_symlink() argument 1245 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink() 1249 target_path, cifs_sb->local_nls); in cifs_query_symlink()
|
| H A D | cifsglob.h | 472 char **target_path);
|
| /linux/sound/soc/intel/avs/ |
| H A D | path.c | 910 struct avs_path *target_path; in avs_path_binding_arm() 922 target_path = avs_path_find_path(adev, t->target_tplg_name, in avs_path_binding_arm() 924 if (!target_path) { in avs_path_binding_arm() 930 target_ppl = avs_path_find_pipeline(target_path, in avs_path_binding_arm() 912 struct avs_path *target_path; avs_path_binding_arm() local
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 10974 int pmt_parse_from_path(const char *target_path, unsigned int *out_guid, unsigned int *out_seq) in pmt_parse_from_path() argument 10985 fd_target_dir = open(target_path, O_RDONLY | O_DIRECTORY); in pmt_parse_from_path()
|