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

  /src/usr.sbin/makefs/ffs/
mkfs.c 78 static void initcg(uint32_t, time_t, const fsinfo_t *);
537 initcg(cylno, tstamp, fsopts);
611 initcg(uint32_t cylno, time_t utime, const fsinfo_t *fsopts) function in typeref:typename:void
  /src/sbin/newfs_ext2fs/
mke2fs.c 126 static void initcg(uint);
178 static uint8_t buf[MAXBSIZE]; /* for initcg() and makedir() ops */
610 initcg(cylno);
691 initcg(uint cylno) function in typeref:typename:void
1124 * as done in the above initcg() function.
1220 * initcg() so no need to use alloc() here.
1337 * Reserved inodes are allocated and accounted in initcg()
  /src/sbin/newfs/
mkfs.c 111 static void initcg(uint32_t, const struct timeval *);
688 initcg(cylno, &tv);
778 initcg(uint32_t cylno, const struct timeval *tv) function in typeref:typename:void
  /src/sbin/resize_ffs/
resize_ffs.c 463 initcg(uint32_t cgn) function in typeref:typename:void
1042 initcg(i);

Completed in 17 milliseconds