Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_ffs/
H A Dpass3.c89 inp = getinoinfo(inp->i_parent); in pass3()
H A Dpass2.c269 getinoinfo(inp->i_parent)->i_depth + 1); in pass2()
347 inp = getinoinfo(idesc->id_number); in pass2check()
544 inp = getinoinfo(dirp->d_ino); in pass2check()
H A Ddir.c103 if ((parentinp = getinoinfo(inp->i_parent)) == NULL) { in check_dirdepth()
679 inp = getinoinfo(parentdir); in linkup()
721 getinoinfo(dir)->i_depth = depth; in changeino()
961 if ((parentinp = getinoinfo(inp->i_parent)) == NULL) { in allocdir()
H A Dfsck.h506 struct inoinfo *getinoinfo(ino_t inumber);
H A Dinode.c1148 if (getinoinfo(inumber) != NULL) in cacheino()
1189 getinoinfo(ino_t inumber) in getinoinfo() function