Lines Matching defs:path
103 const char *path;
106 path = (const char*)cached->variable;
107 if (!path) {
111 name = (const unsigned char*)strrchr(path,'/');
113 name = (const unsigned char*)path;
132 * A partial path is compared in order to invalidate all paths
646 * splits the path and then descends the directory tree. If @parent is NULL,
673 ntfs_log_trace("path: '%s'\n", pathname);
689 ntfs_log_error("Unnormalized path %s\n",ascii);
696 * fetch inode for full path from cache
739 * fetch inode for partial path from cache
2070 ntfs_log_error("Unnormalized path %s\n",pathname);
2290 * This is only used in situations where the path used to access
2292 * from the path when the file is linked in several parent directories.
2636 // is it ok to not provide the path ?