Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/fsck_ffs/
HDpass3.c95 inp = getinoinfo(inp->i_parent); in pass3()
HDpass2.c275 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()
HDdir.c109 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()
HDfsck.h494 struct inoinfo *getinoinfo(ino_t inumber);
HDinode.c1155 if (getinoinfo(inumber) != NULL) in cacheino()
1196 getinoinfo(ino_t inumber) in getinoinfo() function