Searched refs:link_path (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ntfs3/
H A Dinode.c1847 char *link_path_buffer = NULL, *link_path; local
1858 link_path = dentry_path_raw(link_de, link_path_buffer, PATH_MAX);
1859 if (IS_ERR(link_path)) {
1873 ++link_path; /* Skip leading / */
1874 for (tl_len = sizeof("./") - 1; *link_path; ++link_path) {
1875 if (*link_path == '/') {
1879 link_path);

Completed in 79 milliseconds