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

/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass2.c162 getpathname(pathbuf, inp->i_number, inp->i_number);
223 getpathname(pathbuf, inp->i_parent, inp->i_number);
226 getpathname(pathbuf, inp->i_dotdot, inp->i_dotdot);
229 getpathname(pathbuf, inp->i_parent, inp->i_parent);
443 getpathname(dirname, idesc->id_number,
560 getpathname(newname, idesc->id_number, idesc->id_number);
564 getpathname(oldname, inp->i_number, inp->i_number);
600 getpathname(oldname, inp->i_parent, inp->i_number);
601 getpathname(newname, inp->i_number, inp->i_number);
H A Dfsck.h446 void getpathname(char *namebuf, ino_t curdir, ino_t ino);
H A Dinode.c94 getpathname(pathbuf, idesc->id_number,
134 getpathname(pathbuf, idesc->id_number,
215 getpathname(pathbuf, idesc->id_number,
H A Ddir.c337 getpathname(pathbuf, cwd, ino);
619 getpathname(pathbuf, parent, parent);
H A Dfsutil.c850 getpathname(char *namebuf, ino_t curdir, ino_t ino) function

Completed in 128 milliseconds