Home | History | Annotate | Download | only in resize

Lines Matching refs:bg_flags

115 	rfs->new_fs->group_desc[rfs->new_fs->group_desc_count-1].bg_flags &=
202 if (!(fs->group_desc[g].bg_flags & EXT2_BG_BLOCK_UNINIT))
498 fs->group_desc[i].bg_flags = 0;
500 fs->group_desc[i].bg_flags |= EXT2_BG_INODE_UNINIT |
511 fs->group_desc[i].bg_flags |=
754 (fs->group_desc[group].bg_flags & EXT2_BG_BLOCK_UNINIT)) {
815 (old_fs->group_desc[g].bg_flags & EXT2_BG_BLOCK_UNINIT)) {
1775 uninit = fs->group_desc[group].bg_flags & EXT2_BG_BLOCK_UNINIT;
1811 uninit = (fs->group_desc[group].bg_flags &
1835 uninit = fs->group_desc[group].bg_flags & EXT2_BG_INODE_UNINIT;
1853 uninit = (fs->group_desc[group].bg_flags &