HomeSort by relevance Sort by last modified time
    Searched refs:s_groups_count (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/fs/ext2/
ext2.c 38 if (group_num >= sbi->s_groups_count) {
42 group_num, sbi->s_groups_count);
309 sbi->s_groups_count = (sb.s_blocks_count - sb.s_first_data_block
ext2_fs.h 277 uint32_t s_groups_count; /* Number of groups in the fs */ member in struct:ext2_sb_info

Completed in 76 milliseconds