Searched refs:getpathname (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sbin/fsck_ffs/ |
| H A D | pass2.c | 170 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 D | inode.c | 101 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 D | dir.c | 349 getpathname(pathbuf, cwd, ino); in fileerror() 657 getpathname(pathbuf, parent, parent); in makeentry()
|
| H A D | fsck.h | 481 void getpathname(char *namebuf, ino_t curdir, ino_t ino);
|
| H A D | fsutil.c | 1121 getpathname(char *namebuf, ino_t curdir, ino_t ino) in getpathname() function
|