Searched refs:link_path (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_server.c | 1362 static int hmdfs_lookup_symlink(struct path *link_path, const char *path_fmt, in hmdfs_lookup_symlink() argument 1381 ret = kern_path(path, LOOKUP_FOLLOW, link_path); in hmdfs_lookup_symlink() 1387 if (!S_ISREG(d_inode(link_path->dentry)->i_mode)) { in hmdfs_lookup_symlink() 1389 path_put(link_path); in hmdfs_lookup_symlink() 1447 struct path link_path; in hmdfs_filldir_real() local 1449 res = hmdfs_lookup_symlink(&link_path, "%s/%s/%s", in hmdfs_filldir_real() 1453 create_dentry(child, d_inode(link_path.dentry), in hmdfs_filldir_real() 1455 path_put(&link_path); in hmdfs_filldir_real() 1589 struct path link_path; in hmdfs_lookup_linkpath() local 1592 err = hmdfs_lookup_symlink(&link_path, " in hmdfs_lookup_linkpath() [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_server.c | 1362 static int hmdfs_lookup_symlink(struct path *link_path, const char *path_fmt, in hmdfs_lookup_symlink() argument 1381 ret = kern_path(path, LOOKUP_FOLLOW, link_path); in hmdfs_lookup_symlink() 1387 if (!S_ISREG(d_inode(link_path->dentry)->i_mode)) { in hmdfs_lookup_symlink() 1389 path_put(link_path); in hmdfs_lookup_symlink() 1447 struct path link_path; in hmdfs_filldir_real() local 1449 res = hmdfs_lookup_symlink(&link_path, "%s/%s/%s", in hmdfs_filldir_real() 1453 create_dentry(child, d_inode(link_path.dentry), in hmdfs_filldir_real() 1455 path_put(&link_path); in hmdfs_filldir_real() 1589 struct path link_path; in hmdfs_lookup_linkpath() local 1592 err = hmdfs_lookup_symlink(&link_path, " in hmdfs_lookup_linkpath() [all...] |
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | inode.c | 1831 char *link_path_buffer = NULL, *link_path; in ntfs_translate_junction() local 1842 link_path = dentry_path_raw(link_de, link_path_buffer, PATH_MAX); in ntfs_translate_junction() 1843 if (IS_ERR(link_path)) { in ntfs_translate_junction() 1857 ++link_path; /* Skip leading / */ in ntfs_translate_junction() 1858 for (tl_len = sizeof("./") - 1; *link_path; ++link_path) { in ntfs_translate_junction() 1859 if (*link_path == '/') { in ntfs_translate_junction() 1863 link_path); in ntfs_translate_junction()
|
Completed in 7 milliseconds