Searched refs:getinoinfo (Results 1 – 5 of 5) sorted by relevance
95 inp = getinoinfo(inp->i_parent); in pass3()
275 getinoinfo(inp->i_parent)->i_depth + 1); in pass2()353 inp = getinoinfo(idesc->id_number); in pass2check()550 inp = getinoinfo(dirp->d_ino); in pass2check()
109 if ((parentinp = getinoinfo(inp->i_parent)) == NULL) { in check_dirdepth()685 inp = getinoinfo(parentdir); in linkup()727 getinoinfo(dir)->i_depth = depth; in changeino()967 if ((parentinp = getinoinfo(inp->i_parent)) == NULL) { in allocdir()
494 struct inoinfo *getinoinfo(ino_t inumber);
1155 if (getinoinfo(inumber) != NULL) in cacheino()1196 getinoinfo(ino_t inumber) in getinoinfo() function