Lines Matching refs:link_path
1362 static int hmdfs_lookup_symlink(struct path *link_path, const char *path_fmt,
1381 ret = kern_path(path, LOOKUP_FOLLOW, link_path);
1387 if (!S_ISREG(d_inode(link_path->dentry)->i_mode)) {
1389 path_put(link_path);
1447 struct path link_path;
1449 res = hmdfs_lookup_symlink(&link_path, "%s/%s/%s",
1453 create_dentry(child, d_inode(link_path.dentry),
1455 path_put(&link_path);
1589 struct path link_path;
1592 err = hmdfs_lookup_symlink(&link_path, "%s/%s", sbi->local_dst,
1597 if (d_inode(link_path.dentry)->i_sb != sbi->sb) {
1599 *dst_path = link_path;
1601 path_put(&link_path);