Home | History | Annotate | Download | only in debugfs

Lines Matching defs:group

106 		com_err(device, 0, "catastrophic mode - not reading inode or group bitmaps");
323 static void print_bg_opts(ext2_filsys fs, dgrp_t group, int mask,
326 if (ext2fs_bg_flags_test(fs, group, mask)) {
378 fprintf(out, " Group %2d: block bitmap at %llu, "
757 fprintf(out, "%sUser: %5d Group: %5d Size: ",
1230 modify_u16(argv[0], "Group ID", decimal_format, &inode.i_gid);
2118 unsigned long group, block, block_nr, offset;
2127 group = (ino - 1) / EXT2_INODES_PER_GROUP(current_fs->super);
2131 if (!ext2fs_inode_table_loc(current_fs, (unsigned)group)) {
2132 com_err(argv[0], 0, "Inode table for group %lu is missing\n",
2133 group);
2136 block_nr = ext2fs_inode_table_loc(current_fs, (unsigned)group) +
2140 printf("Inode %d is part of block group %lu\n"
2141 "\tlocated at block %lu, offset 0x%04lx\n", ino, group,