Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/fsck_ffs/
H A Dpass2.c170 getpathname(pathbuf, inp->i_number, inp->i_number); in pass2()
233 getpathname(pathbuf, inp->i_parent, inp->i_number); in pass2()
236 getpathname(pathbuf, inp->i_dotdot, inp->i_dotdot); in pass2()
239 getpathname(pathbuf, inp->i_parent, inp->i_parent); in pass2()
454 getpathname(dirname, idesc->id_number, in pass2check()
576 getpathname(newname, idesc->id_number, idesc->id_number); in fix_extraneous()
580 getpathname(oldname, inp->i_number, inp->i_number); in fix_extraneous()
616 getpathname(oldname, inp->i_parent, inp->i_number); in fix_extraneous()
617 getpathname(newname, inp->i_number, inp->i_number); in fix_extraneous()
H A Dinode.c101 getpathname(pathbuf, idesc->id_number, in ckinode()
141 getpathname(pathbuf, idesc->id_number, in ckinode()
227 getpathname(pathbuf, idesc->id_number, in iblock()
H A Ddir.c349 getpathname(pathbuf, cwd, ino); in fileerror()
657 getpathname(pathbuf, parent, parent); in makeentry()
H A Dfsck.h481 void getpathname(char *namebuf, ino_t curdir, ino_t ino);
H A Dfsutil.c1121 getpathname(char *namebuf, ino_t curdir, ino_t ino) in getpathname() function