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

/linux-master/fs/ntfs3/
H A Dinode.c1847 char *link_path_buffer = NULL, *link_path; local
1852 link_path_buffer = kmalloc(PATH_MAX, GFP_NOFS);
1853 if (!link_path_buffer) {
1858 link_path = dentry_path_raw(link_de, link_path_buffer, PATH_MAX);
1924 kfree(link_path_buffer);

Completed in 202 milliseconds