Searched refs:target_path (Results 1 – 7 of 7) sorted by relevance
| /fs/xfs/ |
| 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()
|
| A D | xfs_symlink.h | 11 struct xfs_name *link_name, const char *target_path,
|
| /fs/xfs/libxfs/ |
| 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()
|
| A D | xfs_symlink_remote.h | 24 xfs_ino_t owner, const char *target_path, int pathlen,
|
| /fs/smb/client/ |
| A D | cifsfs.c | 1169 char *target_path; in cifs_get_link() local 1174 target_path = kmalloc(PATH_MAX, GFP_KERNEL); in cifs_get_link() 1175 if (!target_path) in cifs_get_link() 1180 strscpy(target_path, CIFS_I(inode)->symlink_target, PATH_MAX); in cifs_get_link() 1182 kfree(target_path); in cifs_get_link() 1183 target_path = ERR_PTR(-EOPNOTSUPP); in cifs_get_link() 1187 if (!IS_ERR(target_path)) in cifs_get_link() 1188 set_delayed_call(done, kfree_link, target_path); in cifs_get_link() 1190 return target_path; in cifs_get_link()
|
| A D | smb1ops.c | 1175 char **target_path) in cifs_query_symlink() argument 1184 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink() 1188 target_path, cifs_sb->local_nls); in cifs_query_symlink()
|
| A D | cifsglob.h | 473 char **target_path);
|
Completed in 22 milliseconds