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

/freebsd-10.0-release/sbin/fsck_ffs/
H A Dpass2.c162 getpathname(pathbuf, inp->i_number, inp->i_number);
225 getpathname(pathbuf, inp->i_parent, inp->i_number);
228 getpathname(pathbuf, inp->i_dotdot, inp->i_dotdot);
231 getpathname(pathbuf, inp->i_parent, inp->i_parent);
445 getpathname(dirname, idesc->id_number,
562 getpathname(newname, idesc->id_number, idesc->id_number);
566 getpathname(oldname, inp->i_number, inp->i_number);
602 getpathname(oldname, inp->i_parent, inp->i_number);
603 getpathname(newname, inp->i_number, inp->i_number);
H A Dfsck.h437 void getpathname(char *namebuf, ino_t curdir, ino_t ino);
H A Dinode.c92 getpathname(pathbuf, idesc->id_number,
131 getpathname(pathbuf, idesc->id_number,
210 getpathname(pathbuf, idesc->id_number,
H A Ddir.c261 getpathname(pathbuf, cwd, ino);
543 getpathname(pathbuf, parent, parent);
H A Dfsutil.c829 getpathname(char *namebuf, ino_t curdir, ino_t ino) function

Completed in 110 milliseconds