Searched refs:target_path (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_symlink.c | 150 const char *target_path, in xfs_symlink() argument 186 pathlen = strlen(target_path); in xfs_symlink() 260 xfs_init_local_fork(ip, XFS_DATA_FORK, target_path, pathlen); in xfs_symlink() 280 cur_chunk = target_path; in xfs_symlink()
|
D | xfs_symlink.h | 11 struct xfs_name *link_name, const char *target_path,
|
/fs/smb/client/ |
D | cifsfs.c | 1175 char *target_path; in cifs_get_link() local 1177 target_path = kmalloc(PATH_MAX, GFP_KERNEL); in cifs_get_link() 1178 if (!target_path) in cifs_get_link() 1183 strscpy(target_path, CIFS_I(inode)->symlink_target, PATH_MAX); in cifs_get_link() 1185 kfree(target_path); in cifs_get_link() 1186 target_path = ERR_PTR(-EOPNOTSUPP); in cifs_get_link() 1190 if (!IS_ERR(target_path)) in cifs_get_link() 1191 set_delayed_call(done, kfree_link, target_path); in cifs_get_link() 1193 return target_path; in cifs_get_link()
|
D | smb1ops.c | 979 char **target_path) in cifs_query_symlink() argument 988 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink() 992 target_path, cifs_sb->local_nls); in cifs_query_symlink()
|
D | cifsglob.h | 438 char **target_path);
|