Searched refs:db_count (Results 1 – 4 of 4) sorted by relevance
128 int db_count; in ext2_put_super() local143 db_count = sbi->s_gdb_count; in ext2_put_super()144 for (i = 0; i < db_count; i++) in ext2_put_super()795 int db_count; in ext2_fill_super() local1046 db_count = (sbi->s_groups_count + EXT2_DESC_PER_BLOCK(sb) - 1) / in ext2_fill_super()1048 sbi->s_group_desc = kmalloc (db_count * sizeof (struct buffer_head *), GFP_KERNEL); in ext2_fill_super()1059 for (i = 0; i < db_count; i++) { in ext2_fill_super()1074 sbi->s_gdb_count = db_count; in ext2_fill_super()1156 for (i = 0; i < db_count; i++) in ext2_fill_super()
301 unsigned char db_count; member
613 "Doorbell Count -\t%u\n", ndev->db_count); in ndev_debugfs_read()1333 ndev->db_count = ATOM_DB_COUNT; in atom_init_ntb()1352 ndev->db_valid_mask = BIT_ULL(ndev->db_count) - 1; in atom_init_ntb()1737 ndev->db_count = XEON_DB_COUNT; in xeon_init_ntb()1798 ndev->db_count -= 1; in xeon_init_ntb()1823 ndev->db_valid_mask = BIT_ULL(ndev->db_count) - 1; in xeon_init_ntb()2027 ndev->db_count = 0; in ndev_init_struct()
3118 unsigned int db_count; in ext4_fill_super() local3603 db_count = (sbi->s_groups_count + EXT4_DESC_PER_BLOCK(sb) - 1) / in ext4_fill_super()3605 sbi->s_group_desc = ext4_kvmalloc(db_count * in ext4_fill_super()3616 for (i = 0; i < db_count; i++) { in ext4_fill_super()3622 db_count = i; in ext4_fill_super()3632 sbi->s_gdb_count = db_count; in ext4_fill_super()4004 for (i = 0; i < db_count; i++) in ext4_fill_super()