Searched refs:getpathname (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | pass2.c | 168 getpathname(pathbuf, inp->i_number, inp->i_number); in pass2() 855 getpathname(pathbuf, idesc->id_number, in pass2check() 857 getpathname(namebuf, dirp->d_ino, dirp->d_ino); in pass2check()
|
H A D | fsck.h | 574 void getpathname(caddr_t, fsck_ino_t, fsck_ino_t);
|
H A D | dir.c | 812 getpathname(pathbuf, parent, parent); in makeentry() 1073 getpathname(pname, parent, parent); in newdir()
|
H A D | pass1.c | 553 getpathname(pathbuf, idesc->id_number, idesc->id_number); in check_dirholes()
|
H A D | utilities.c | 653 getpathname(caddr_t namebuf, fsck_ino_t curdir, fsck_ino_t ino) in getpathname() function 2580 getpathname(pathbuf, cwd, ino); in vfileerror()
|