Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:pathname

24 			    const char *pathname, size_t pathlen, int follow,
31 char *pathname;
59 pathname = buffer;
61 pathname = (char *)&(ei.i_block[0]);
62 retval = open_namei(fs, root, dir, pathname, ei.i_size, 1,
70 * This routine interprets a pathname in the context of the current
73 * (pointing into the pathname) and the length of the filename.
76 const char *pathname, int pathlen,
87 if ((c = *pathname) == '/') {
89 pathname++;
93 thisname = pathname;
95 c = *(pathname++);
114 const char *pathname, size_t pathlen, int follow,
124 root, base, pathlen, pathname, link_count);
126 retval = dir_namei(fs, root, base, pathname, pathlen,