Searched refs:getpathname (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sbin/fsck_ffs/ |
| H A D | pass2.c | 168 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() 504 getpathname(dirname, idesc->id_number, in pass2check() 629 getpathname(newname, idesc->id_number, idesc->id_number); in fix_extraneous() 633 getpathname(oldname, inp->i_number, inp->i_number); in fix_extraneous() 669 getpathname(oldname, inp->i_parent, inp->i_number); in fix_extraneous() 670 getpathname(newname, inp->i_number, inp->i_number); in fix_extraneous()
|
| H A D | inode.c | 107 getpathname(pathbuf, idesc->id_number, in ckinode() 148 getpathname(pathbuf, idesc->id_number, in ckinode() 234 getpathname(pathbuf, idesc->id_number, in iblock()
|
| H A D | dir.c | 446 getpathname(pathbuf, cwd, ino); in fileerror() 767 getpathname(pathbuf, parent, parent); in makeentry()
|
| H A D | fsck.h | 499 void getpathname(char *namebuf, ino_t curdir, ino_t ino);
|
| H A D | fsutil.c | 1271 getpathname(char *namebuf, ino_t curdir, ino_t ino) in getpathname() function
|