HomeSort by: relevance | last modified time | path
    Searched refs:getnextinode (Results 1 - 7 of 7) sorted by relevancy

  /src/sbin/fsck_ext2fs/
extern.h 73 struct ext2fs_dinode * getnextinode(ino_t);
inode.c 423 getnextinode(ino_t inumber) function in typeref:struct:ext2fs_dinode *
475 (void)getnextinode(nextino);
pass1.c 162 dp = getnextinode(inumber);
  /src/sbin/fsck_ffs/
extern.h 46 union dinode * getnextinode(ino_t);
pass1.c 175 (void)getnextinode(inumber);
241 dp = getnextinode(inumber);
inode.c 402 getnextinode(ino_t inumber) function in typeref:union:dinode *
  /src/usr.sbin/quotacheck/
quotacheck.c 161 static union comb_dinode *getnextinode(ino_t);
442 if ((dp = getnextinode(ino)) == NULL)
736 getnextinode(ino_t inumber) function in typeref:union:comb_dinode *
804 getnextinode(nextino);

Completed in 15 milliseconds