Home | History | Annotate | Download | only in genext2fs

Lines Matching refs:bg_block_bitmap

245 #define GRP_GET_GROUP_BBM(fs,grp) ( get_blk((fs),(fs)->gd[(grp)].bg_block_bitmap) )
471 udecl32(bg_block_bitmap) /* Block number of the block bitmap */ \
881 if(!(bk = allocate(get_blk(fs,fs->gd[grp].bg_block_bitmap), 0))) {
883 bk=allocate(get_blk(fs,fs->gd[grp].bg_block_bitmap),0);
903 deallocate(get_blk(fs,fs->gd[grp].bg_block_bitmap), bk);
2043 fs->gd[i].bg_block_bitmap = bbmpos;
2053 bbm = get_blk(fs,fs->gd[i].bg_block_bitmap);
2403 fs->gd[i].bg_block_bitmap, fs->gd[i].bg_inode_bitmap,