Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:pathname

26 			    const char *pathname, size_t pathlen, int follow,
33 char *pathname;
67 pathname = buffer;
69 pathname = (char *)&(ei.i_block[0]);
70 retval = open_namei(fs, root, dir, pathname, ei.i_size, 1,
78 * This routine interprets a pathname in the context of the current
81 * (pointing into the pathname) and the length of the filename.
84 const char *pathname, int pathlen,
95 if ((c = *pathname) == '/') {
97 pathname++;
101 thisname = pathname;
103 c = *(pathname++);
122 const char *pathname, size_t pathlen, int follow,
132 root, base, pathlen, pathname, link_count);
134 retval = dir_namei(fs, root, base, pathname, pathlen,