HomeSort by: relevance | last modified time | path
    Searched defs:expanddir (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/fsck_ext2fs/
dir.c 103 static int expanddir(struct ext2fs_dinode *, char *);
546 if (expanddir(dp, pathbuf) == 0)
555 expanddir(struct ext2fs_dinode *dp, char *name) function in typeref:typename:int
  /src/sbin/fsck_lfs/
dir.c 84 static int expanddir(struct uvnode *, union lfs_dinode *, char *);
582 if (expanddir(vp, dp, pathbuf) == 0)
609 expanddir(struct uvnode *vp, union lfs_dinode *dp, char *name) function in typeref:typename:int
  /src/sbin/fsck_ffs/
dir.c 89 static int expanddir(union dinode *, char *);
741 if (expanddir(dp, pathbuf) == 0)
752 expanddir(union dinode *dp, char *name) function in typeref:typename:int

Completed in 15 milliseconds