HomeSort by: relevance | last modified time | path
    Searched refs: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 *);
535 initcg(cylno, tstamp, fsopts);
609 initcg(uint32_t cylno, time_t utime, const fsinfo_t *fsopts) function
  /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
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
  /src/sbin/resize_ffs/
resize_ffs.c 463 initcg(uint32_t cgn) function
1042 initcg(i);

Completed in 21 milliseconds