Searched defs:grow_fs_cssize (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c568 long grow_fs_cssize; variable
2063 bcopy((caddr_t)grow_fscs, (caddr_t)fscs, (int)grow_fs_cssize);
4183 grow_fs_cssize = sblock.fs_cssize;
4765 if (grow_fs_cssize == sblock.fs_cssize)
4772 oldfrag = howmany(grow_fs_cssize, sblock.fs_fsize) + grow_fs_csaddr;

Completed in 538 milliseconds