Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:group

49  * This function returns the location of the superblock, block group
50 * descriptors for a given block group. It currently returns the
52 * bitmaps will be in the group. This is not necessarily the case
57 * blocks used by the super block and group descriptors instead.
62 dgrp_t group,
73 group_block = ext2fs_group_first_block(fs, group);
81 if (group == fs->group_desc_count-1) {
90 has_super = ext2fs_bg_has_super(fs, group);
97 meta_bg = group / meta_bg_size;
106 if (((group % meta_bg_size) == 0) ||
107 ((group % meta_bg_size) == 1) ||
108 ((group % meta_bg_size) == (meta_bg_size-1))) {
198 static errcode_t write_backup_super(ext2_filsys fs, dgrp_t group,
202 dgrp_t sgrp = group;
251 /* swap the group descriptors */
276 * block group descriptors or any of the backup superblocks
283 * Write out the master group descriptors, and the backup
284 * superblocks and group descriptors.