Lines Matching defs:pathname
150 if (w->pathname) {
151 len = strlen(w->pathname);
154 && (strncmp(c->pathname, w->pathname, len)
155 || ((c->pathname[len] != '\0')
156 && (c->pathname[len] != '/'))));
158 different = !c->pathname
640 * ntfs_pathname_to_inode - Find the inode which represents the given pathname
643 * @pathname: Pathname to be located
645 * Take an ASCII pathname and find the inode that represents it. The function
649 * Return: inode Success, the pathname was valid
650 * NULL Error, the pathname was invalid, or some other error occurred
653 const char *pathname)
668 if (!vol || !pathname) {
673 ntfs_log_trace("path: '%s'\n", pathname);
675 ascii = strdup(pathname);
699 item.pathname = fullname;
743 item.pathname = fullname;
789 ntfs_log_debug("Couldn't find name '%s' in pathname "
790 "'%s'.\n", p, pathname);
1904 int ntfs_delete(ntfs_volume *vol, const char *pathname,
2063 if (pathname) {
2066 p = pathname;
2070 ntfs_log_error("Unnormalized path %s\n",pathname);
2071 item.pathname = p;
2074 item.pathname = (const char*)NULL;
2080 if (pathname && !count)
2082 pathname);