/src/sys/ufs/ext2fs/ |
ext2fs_alloc.c | 800 size_t cgsize = 1 << fs->e2fs_group_desc_shift; local in function:ext2fs_cg_get_csum 815 crc32 = ext2fs_crc32c(crc32, gd + off + 2, cgsize - (off + 2)); 829 crc = crc16(crc, (uint8_t *)gd + off + 2, cgsize - (off + 2));
|
ext2fs_alloc.c | 800 size_t cgsize = 1 << fs->e2fs_group_desc_shift; local in function:ext2fs_cg_get_csum 815 crc32 = ext2fs_crc32c(crc32, gd + off + 2, cgsize - (off + 2)); 829 crc = crc16(crc, (uint8_t *)gd + off + 2, cgsize - (off + 2));
|
ext2fs_alloc.c | 800 size_t cgsize = 1 << fs->e2fs_group_desc_shift; local in function:ext2fs_cg_get_csum 815 crc32 = ext2fs_crc32c(crc32, gd + off + 2, cgsize - (off + 2)); 829 crc = crc16(crc, (uint8_t *)gd + off + 2, cgsize - (off + 2));
|
/src/sys/ufs/ffs/ |
ffs_alloc.c | 643 uint64_t dirsize, cgsize, curdsz; local in function:ffs_dirpref 695 cgsize = (int64_t)fs->fs_fsize * fs->fs_fpg; 698 curdsz = (cgsize - (int64_t)avgbfree * fs->fs_bsize) / avgndir; 702 if (cgsize < dirsize * 255)
|
ffs_alloc.c | 643 uint64_t dirsize, cgsize, curdsz; local in function:ffs_dirpref 695 cgsize = (int64_t)fs->fs_fsize * fs->fs_fpg; 698 curdsz = (cgsize - (int64_t)avgbfree * fs->fs_bsize) / avgndir; 702 if (cgsize < dirsize * 255)
|
ffs_alloc.c | 643 uint64_t dirsize, cgsize, curdsz; local in function:ffs_dirpref 695 cgsize = (int64_t)fs->fs_fsize * fs->fs_fpg; 698 curdsz = (cgsize - (int64_t)avgbfree * fs->fs_bsize) / avgndir; 702 if (cgsize < dirsize * 255)
|
/src/sbin/resize_ffs/ |
resize_ffs.c | 660 int cgsize; /* size of the cg hand currently points into */ local in function:find_freespace 674 cgsize = cgs[cgn]->cg_ndblk; 685 if (fwc >= cgsize) { 696 cgsize = cgs[cgn]->cg_ndblk; 717 int cgsize; /* size of cg hand points into */ local in function:find_freeblock 725 cgsize = ffs_blknum(newsb, cgs[cgn]->cg_ndblk); 731 if (fwc >= cgsize) { 742 cgsize = ffs_blknum(newsb, cgs[cgn]->cg_ndblk);
|
resize_ffs.c | 660 int cgsize; /* size of the cg hand currently points into */ local in function:find_freespace 674 cgsize = cgs[cgn]->cg_ndblk; 685 if (fwc >= cgsize) { 696 cgsize = cgs[cgn]->cg_ndblk; 717 int cgsize; /* size of cg hand points into */ local in function:find_freeblock 725 cgsize = ffs_blknum(newsb, cgs[cgn]->cg_ndblk); 731 if (fwc >= cgsize) { 742 cgsize = ffs_blknum(newsb, cgs[cgn]->cg_ndblk);
|
resize_ffs.c | 660 int cgsize; /* size of the cg hand currently points into */ local in function:find_freespace 674 cgsize = cgs[cgn]->cg_ndblk; 685 if (fwc >= cgsize) { 696 cgsize = cgs[cgn]->cg_ndblk; 717 int cgsize; /* size of cg hand points into */ local in function:find_freeblock 725 cgsize = ffs_blknum(newsb, cgs[cgn]->cg_ndblk); 731 if (fwc >= cgsize) { 742 cgsize = ffs_blknum(newsb, cgs[cgn]->cg_ndblk);
|