Lines Matching defs:ibm
247 // Get group inode bitmap (ibm) given the group number
1971 uint8 *bbm,*ibm;
2000 overhead_per_group = 3 /*sb,bbm,ibm*/ + gdsz + itblsz;
2063 ibm = get_blk(fs,fs->gd[i].bg_inode_bitmap);
2066 allocate(ibm, j);
2071 allocate(ibm, j);
2384 uint8 *ibm;
2408 ibm = GRP_GET_GROUP_IBM(fs, i);
2409 print_bm(ibm, fs->sb.s_inodes_per_group);
2411 if (allocated(ibm, i))