Searched refs:target_path (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_symlink.c | 88 const char *target_path, in xfs_symlink() argument 123 pathlen = strlen(target_path); in xfs_symlink() 189 error = xfs_symlink_write_target(tp, du.ip, du.ip->i_ino, target_path, in xfs_symlink()
|
| H A D | xfs_symlink.h | 11 struct xfs_name *link_name, const char *target_path,
|
| /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/libxfs/ |
| H A D | xfs_symlink_remote.c | 317 const char *target_path, in xfs_symlink_write_target() argument 337 xfs_init_local_fork(ip, XFS_DATA_FORK, target_path, pathlen); in xfs_symlink_write_target() 354 cur_chunk = target_path; in xfs_symlink_write_target()
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1228 char *target_path; in cifs_get_link() local 1233 target_path = kmalloc(PATH_MAX, GFP_KERNEL); in cifs_get_link() 1234 if (!target_path) in cifs_get_link() 1239 strscpy(target_path, CIFS_I(inode)->symlink_target, PATH_MAX); in cifs_get_link() 1241 kfree(target_path); in cifs_get_link() 1242 target_path = ERR_PTR(-EOPNOTSUPP); in cifs_get_link() 1246 if (!IS_ERR(target_path)) in cifs_get_link() 1247 set_delayed_call(done, kfree_link, target_path); in cifs_get_link() 1249 return target_path; in cifs_get_link()
|
| H A D | smb1ops.c | 1284 char **target_path) in cifs_query_symlink() argument 1293 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink() 1297 target_path, cifs_sb->local_nls); in cifs_query_symlink()
|
| H A D | cifsglob.h | 474 char **target_path);
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 10511 int pmt_parse_from_path(const char *target_path, unsigned int *out_guid, unsigned int *out_seq) in pmt_parse_from_path() argument 10522 fd_target_dir = open(target_path, O_RDONLY | O_DIRECTORY); in pmt_parse_from_path()
|